Difference between revisions of "Breakpoints"

From Flowcode Help
Jump to navigationJump to search
Line 14: Line 14:
  
  
When running the simulation the execution will pause on an active breakpoint.
+
When running the simulation the execution will highlight and pause on an active breakpoint.
  
  

Revision as of 09:54, 11 March 2014

Breakpoints can be set in the program to trigger the simulation execution to pause 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


When running the simulation the execution will highlight and pause on an active breakpoint.


BPPaused.jpg


Clicking the play button again resumes the simulation execution.


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.