IDE Window:Breakpoint properties

From Lazarus wiki
Revision as of 23:44, 17 July 2006 by Marc (talk | contribs)
Jump to navigationJump to search

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