Difference between revisions of "IDE Window:Breakpoint properties"

From Lazarus wiki
Jump to navigationJump to search
m
Line 11: Line 11:
 
:The given breakpointgroup(s) will be disabled
 
:The given breakpointgroup(s) will be disabled
 
*Log message
 
*Log message
:The given message will be logged in the [[IDE Window: Event Log|Event Log]]
+
:The given message will be logged in the [[IDE Window:Event Log|Event Log]]
 
*Evaluate expression
 
*Evaluate expression
:The given expression will be evaluated. The result can be logged in the [[IDE Window: Event Log|Event Log]]
+
:The given expression will be evaluated. The result can be logged in the [[IDE Window:Event Log|Event Log]]
 
*Ignore Exceptions
 
*Ignore Exceptions
 
:Any raised exception will be ignored
 
:Any raised exception will be ignored
 
*Handle Exceptions
 
*Handle Exceptions
 
:The IDE will break on exceptions again
 
:The IDE will break on exceptions again

Revision as of 23:44, 17 July 2006

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 Event Log
  • Evaluate expression
The given expression will be evaluated. The result can be logged in the Event Log
  • Ignore Exceptions
Any raised exception will be ignored
  • Handle Exceptions
The IDE will break on exceptions again