Difference between revisions of "IDE Window:Breakpoint properties"

From Lazarus wiki
Jump to navigationJump to search
m
 
(No difference)

Revision as of 22:43, 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