Consultor Eletrônico



Kbase P120479: OpenEdge Architect: Does the debugger support conditional breakpoints ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/16/2006
Status: Unverified

GOAL:

Does the debugger in OpenEdge Architect support conditional breakpoints ?

FACT(s) (Environment):

OpenEdge 10.1A

FIX:

Yes, you can add a conditional breakpoint by adding a Watchpoint. To define a breakpoint that takes effect when the value of a given variable, buffer field, object attribute, or object reference changes:

Open the New Breakpoint dialog by right-clicking in the Breakpoints view and selecting Add Breakpoint.
Select the Watchpoint tab.
In the Expression field, enter the name of the data element whose value you want to track.
Select the Add Watch option if you want to show this expression in the Expressions view.
Optionally, enter a condition statement. The Debugger will suspend execution only if the condition is true when the value changes for the specified expression.