Source
Window Marks
Marks in the column to the left of the code indicates different debug points:
-
Program
Counter:
-
The yellow arrow displays the current position of the Program Counter and
indicates the next instruction to be executed.
-
Breakpoint:
-
The execution stops when the program reaches this statement.
-
Disabled Breakpoint:
-
The Breakpoint has been disabled. The execution will not stop at this breakpoint
before it is enabled again, and the breakpoint function only as a bookmark.
-
Trace On:
-
The Trace Buffer will start recording when this statement is executed.
Recording will continue until a Trace Off point is reached.
-
Trace Off:
-
The Trace buffer will stop recording when this statement is reached.
-
Trigger
Output Change:
-
The settings for trigger outputs change at this statement.
-
See Also
-
Breakpoints
-
Debug
Control
-
Trace
& Triggers
-
Return
to Source Window