Adding a Data Change Breakpoint (Magic xpa 4.x)
You can only add a Variable breakpoint when you are parked on a specific task in the Studio.
When you are parked on a variable declaration and select the Toggle Breakpoint option, a Data Change breakpoint is added to the Breakpoint repository.
|
If the runtime stops on a breakpoint, and then the user requests a step out, the Step Out operation may take awhile. During this time, a different context may hit a different breakpoint. When this happens, the Debugger will move to the other context's breakpoint and forget the Step Out operation.
|