Run to Cursor Line (Debug Menu)


 

The Run to Cursor Line selection of the Debug menu instructs the debugger to continue execution until the cursor line is encounter. At that point, a break in program execution will occur. A break stops program execution and allows analysis of variables, the call stack, and other program data.

 

 

See also: Debugging



PL/B IDE Studio Help Break Now (Debug Menu) Set IP to Cursor Line (Debug Menu)