Difference between revisions of "IDE Window:Breakpoint properties"

From Lazarus wiki
Jump to navigationJump to search
m
 
m (Fix typo)
Tag: Redirect target changed
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This dialog is not implemented yet
+
#REDIRECT [[IDE_Window:_Breakpoints#Breakpoint_properties]]
 
+
[[category:IDE Window - Debug|Breakpoint properties]][[category:IDE Window|Breakpoint properties]][[category:Debugging]]
== 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
 

Latest revision as of 13:15, 2 August 2020