12-15-2015 02:03 PM - edited 12-15-2015 02:04 PM
@Ben wrote:
Hi Paul,
Put a break point (BP) in the action case that is being called from mystery land.
When the BP fires pull down on the drop-down where you usually go to set font. When a BP fires that control turns into a "call chain" inidcator and will tells you the call chain at the time the AE was invoked and the BP firied.
Ben
And after it fires single step out of the AE and see where you really land!
Are all enums the same strict typedef?
12-16-2015 09:19 AM
@rolfk wrote:
And after it fires single step out of the AE and see where you really land!
This pointed me to the bad part of the code. Now I need to figure out how to fix it. I have a value signaling property that is causing a value change event to constantly fire. In turn the AE writes to the motor controller. This shouldn't happen. This would explain a lot.
Thanks a million. ![]()