Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
OpenEdge Debugger : Debugger Window and Files : Debugger dialog boxes : Edit Breakpoint dialog box
 
Edit Breakpoint dialog box
The Edit Breakpoint dialog box lets you edit breakpoints. The following figure shows the Edit Breakpoint dialog box.
Figure 23. Edit Breakpoint dialog box
Access this dialog by choosing the Edit button on the Breakpoints dialog box. For more information, see Breakpointsdialog box.
The Edit Breakpoint dialog box contains the following tabs:
*At Line — Sets a breakpoint at a specific line in a named procedure. You can make this type of breakpoint conditional; that is, it interrupts program execution only if a defined condition is satisfied. For more information, see NewBreakpoint dialog box.
*On Error — Sets a breakpoint to interrupt program execution if an error occurs. The error condition can be general or specific. For more information, see NewBreakpoint dialog box.
*Watchpoint — Sets a watchpoint to interrupt program execution when the value of a variable, buffer field, or attribute reference changes. For more information, see NewBreakpoint dialog box.
* Editing a breakpoint
* Editing a watchpoint