Difference between revisions of "IDE Window:Breakpoint properties"

From Lazarus wiki
Jump to navigationJump to search
Line 2: Line 2:
 
[[category:IDE Window - Debug|Options]][[category:Debugging]]
 
[[category:IDE Window - Debug|Options]][[category:Debugging]]
  
 
+
Please see: [[IDE_Window:Breakpoints#Breakpoint_properties]]
This dialog is not implemented yet
 
 
 
== Actions ==
 
 
 
A breakpoint can perform the following actions:
 
*Break
 
:The program will be stopped. You can then examine the current state of variables, call stack, etc. To resume use the Run button or the menu item Run -> Run.
 
*Enable group(s)
 
:The given breakpointgroup(s) will be enabled
 
*Enable group(s)
 
:The given breakpointgroup(s) will be disabled
 
*Log message
 
:The given message will be logged in the [[IDE Window:Event Log|Event Log]]
 
*Evaluate expression
 
:The given expression will be evaluated. The result can be logged in the [[IDE Window:Event Log|Event Log]]
 
*Ignore Exceptions
 
:Any raised exception will be ignored
 
*Handle Exceptions
 
:The IDE will break on exceptions again
 

Revision as of 23:33, 30 May 2012