Shortcut | Action or command |
Ctrl+F9 | Compiles the application |
Shift+Ctrl+F9 | Makesthe application |
Alt+F9 | Builds the application |
Ctrl+F8 | Makes and executes the application |
F9 | Starts/continues debugging |
F7 | Performs a single step while in debugging mode |
F4 | Runts the application to the cursor position |
F5 | Toggles a breakpoint at the current line |
Ctrl+F2 | Resets (terminates) the debugging process |
Ctrl+F5 | Adds a watch |
Ctrl+Shift+F5 | Adds a watch at the cursor position |
Ctrl+Alt+V | Shows the Program Variables window |
Ctrl+Alt+C | Shows the CPU Status window |