Previous: 5.8. Editor Shortcuts To the Table of Contents Next: 5.10. Debugger Commands
5.8. Editor Shortcuts Table of Contents 5.10. Debugger Commands

- 5.9. -
Table of Contents
5. IDE (Integrated Development Environment)
5.9. Compiler and Debugger Shortcuts


5.9. Compiler and Debugger Shortcuts


ShortcutAction or command
Ctrl+F9Compiles the application
Shift+Ctrl+F9Makes the application
Alt+F9Builds the application
Ctrl+F8Makes and executes the application
F9Starts/continues debugging
F7Performs a single step while in debugging mode
F4Runts the application to the cursor position
F5Toggles a breakpoint at the current line
Ctrl+F2Resets (terminates) the debugging process
Ctrl+F5Adds a watch
Ctrl+Shift+F5Adds a watch at the cursor position
Ctrl+Alt+VShows the Program Variables window
Ctrl+Alt+CShows the CPU Status window



Previous: 5.8. Editor Shortcuts To the Table of Contents Next: 5.10. Debugger Commands
5.8. Editor Shortcuts Table of Contents 5.10. Debugger Commands

- 5.9. -