Breakpoints and debugging: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 13: Line 13:


[[Category:Debugging]]
[[Category:Debugging]]
[[Category:Break]]

Latest revision as of 12:42, 12 January 2008

Breakpoints are routine operations which cause the model to pause and display a dialog within the execution of a routine.

A system attribute "Break Point Master Control" can be read and set to enable/disable the display of breakpoints. This provides control of any breakpoint(s) in the model. This works in addition to modeller defined breakpoint control attributes, enabling breakpoints to be enabled under complex conditions or at certain stages in a long loop.

In addition, the editor can disable subsequent breakpoints in the same thread using a checkbox in the breakpoint dialog. They are automatically re-enabled upon "continue" of the run.

The Breakpoint dialog has a "Debug" button enabling debugging options to be changed (eg: trace animation) while still at the breakpoint/current
point in the thread.



idkbase note 13