Debug Menu
Command | Icon | Key | Description |
Simulation mode | Open/close the integrated simulation environment. | ||
Start/Stop watch value | Starts or stops (toggle) the evaluation of the symbols added in the watch window. | ||
Add symbol to watch | F8 | Adds a symbol to the Watch window. | |
Add symbol to a de- bug window | F10 | Adds a symbol to a debug window. | |
Insert new item into a debug window | Shift+F10 | Inserts a new item into a debug window. | |
Quick watch symbol | Shift+F8 | Opens a new window which allows you to se the current value of the selected symbol (not refreshing) and to force a new value. | |
Live debug mode | If debug mode is running, starts or stops (toggle) the live debug mode. | ||
Add/remove text trigger | F9 | Adds/removes a text trigger. | |
Add/remove graphic trigger | Shift+F9 | Adds/removes a graphic trigger. | |
Remove all triggers | Ctrl+ Shift+F9 | Removes all the active triggers. | |
Trigger list | Ctrl+I | Lists all the active triggers. | |
Run | Restarts program after a breakpoint is hit. | ||
Step | Restarts program executing only one instruction, after a breakpoint is hit. | ||
Add/Remove breakpoint | F12 | Adds or removes a breakpoint. | |
Remove all breakpoints | Removes all the active breakpoints. | ||
Breakpoint list | Lists all the active breakpoints. |