Kbase P161199: How to create a watchpoint in the OpenEdge debugger
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/03/2010 |
|
Status: Unverified
GOAL:
How to create a watchpoint in the OpenEdge debugger
GOAL:
How to create a conditional breakpoint in the OpenEdge debugger
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.0B
OpenEdge 10.1x
OpenEdge 10.2x
FIX:
Watchpoints (conditional breakpoints) are available in the Progress / OpenEdge debugger beginning in OpenEdge 10.0B. To define a watchpoint that directs the debugger to break when the value of a given variable, buffer field, object attribute, or object reference changes:
In the New Breakpoint dialog box, select the Watchpoint tab.
Type the name of a variable, buffer field, object attribute, or object reference in the Expression field.
Optionally, add a condition in the Condition field.
Choose OK to create the watchpoint.