Zilog ZUSBOPTS User Manual
Page 49

UM017105-0511
Toolbars
Zilog Developer Studio II – ZNEO™
User Manual
21
Stop Debugging Button.
Ends the current debug session. To stop program execution,
click the
Break
button.
Go Button.
Executes project code from the current program counter. If not in Debug
mode when the button is clicked, a debug session is started.
Run to Cursor Button.
Executes the program code from the current program counter to
the line containing the cursor in the active file or the Disassembly window. The cursor
must be placed on a valid code line (a C source line with a blue dot displayed in the gutter
or any instruction line in the Disassembly window).
Break Button.
Stops program execution at the current program counter.
Step Into Button.
Executes one statement or instruction from the current program coun-
ter, following the execution into function calls. When complete, the program counter
resides at the next program statement or instruction unless a function was entered, in
which case the program counter resides at the first statement or instruction in the function.
Step Over Button.
Executes one statement or instruction from the current program coun-
ter without following the execution into function calls. When complete, the program coun-
ter resides at the next program statement or instruction.
Step Out Button.
Executes the remaining statements or instructions in the current func-
tion and returns to the statement or instruction following the call to the current function.
Set Next Instruction Button.
Sets the program counter to the line containing the cursor in
the active file or the Disassembly window.
Insert/Remove Breakpoint Button.
Sets a new breakpoint or removes an existing break-
point at the line containing the cursor in the active file or the Disassembly window. A
breakpoint must be placed on a valid code line (a C source line with a blue dot displayed
in the gutter or any instruction line in the Disassembly window). For more information
about breakpoints, see the
Enable/Disable Breakpoint Button.
Activates or deactivates the existing breakpoint at
the line containing the cursor in the active file or the Disassembly window. A red octagon
indicates an enabled breakpoint; a white octagon indicates a disabled breakpoint. For more
information about breakpoints, see the
Disable All Breakpoints Button.
Deactivates all breakpoints in the currently loaded proj-
ect. To remove breakpoints from your program, use the
Remove All Breakpoints
button.
Remove All Breakpoints Button.
Deletes all breakpoints in the currently loaded project.
To deactivate breakpoints in your project, use the
Disable All Breakpoints
button.