beautypg.com

Build menu shortcuts, Debug menu shortcuts, Build menu shortcuts debug menu shortcuts – Zilog Z8F0130 User Manual

Page 172: Table 5, Build menu shortcut options, Table 6, Debug menu shortcut options

background image

Using the Integrated Development Environment

UM013037-1212

148

Zilog Developer Studio II – Z8 Encore!
User Manual

Build Menu Shortcuts

Shortcut options for accessing the

Build

menu are listed in Table 39.

Debug Menu Shortcuts

Shortcut options for accessing the

Debug

menu are listed in Table 40.

Table 39. Build Menu Shortcut Options

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 40. Debug Menu Shortcut Options

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.