Build menu shortcuts, Debug menu shortcuts, Build menu shortcuts debug menu shortcuts – Zilog ZUSBOPTS User Manual
Page 135: Table 5, Table 6

UM017105-0511
Shortcut Keys
Zilog Developer Studio II – ZNEO™
User Manual
107
Build Menu Shortcuts
The Build menu options and their shortcuts are described below.
Debug Menu Shortcuts
These are the shortcuts for the options on the Debug menu.
Table 5. Build Menu Shortcuts
Option
Shortcut
Description
Build
F7
To build your file and/or project.
Stop Build
Ctrl+Break
To stop the build of your file and/or project.
Table 6. Debug Menu Shortcuts
Option
Shortcut
Description
Stop Debugging
Shift+F5
To stop debugging of your program.
Reset
Ctrl+Shift+F5
To reset the debugger.
Go
F5
To invoke the debugger (go into Debug mode).
Run to Cursor
Ctrl+F10
To make the debugger run to the line containing the cursor.
Break
Ctrl+F5
To break the program execution.
Step Into
F11
To execute the code one statement at a time.
Step Over
F10
To step to the next statement regardless of whether the current
statement is a call to another function.
Step Out
Shift+F11
To execute the remaining lines in the current function and return to
execute the next statement in the caller function.
Set Next Instruction Shift+F10
To set the next instruction at the current line.