Breakpoints

From Flowcode Help
Revision as of 09:49, 11 March 2014 by BenR (talk | contribs) (Created page with "Breakpoints can be set in the program to trigger the simulation execution to stop on the selected icon. Breakpoints also work with ICD. Bring up the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Breakpoints can be set in the program to trigger the simulation execution to stop on the selected icon. Breakpoints also work with ICD.


Bring up the menu by right clicking on the icon you want to set a breakpoint for and selecting toggle breakpoint.


BPSet.jpg


Flowchart icons with active breakpoints are shown with a mark next to them.


BPMarked.jpg


Right clicking the icon and choosing the toggle breakpoint setting again disables the breakpoint.


All of the icons with active breakpoints are displayed on the Breakpoints tab of the Icon Lists window.


BPIcons.jpg


In the Debug menu is an option to clear all breakpoints once you have finished debugging your code.