ER Debugger

rkumar

Active Member
Can somebody point me to some help/doc's on ER Debugger.
I appreciate all the help.

Thanks,

Raj

B733/SP 19.1/NT/ SQL 2000
 
Raj,

A quick tour:

Goto menu gh902, and fire up the debugger.

When it comes up, use the OBJECTS tile to select
the APPL, UBE|VERSION, TC|VERSION that you want to debug.
(I key the object name (P4210) and press enter.)
Wnen shown the desired object, double click it.

Using the APPLICATIONS TILE, double click on the
object, section, control, event that has the ER you want to debug.
The ER should now display in another tile (that I don't know the name of).
Double click on the ER line to select it as a breakpoint.
This stops the code before it processes.

Use the VARIABLES TILE to select the variables (bsvw cols, rpt variable, fc, gc, va) that you want to display. Double click on the variable name, to add it to the "displayed" list.
When running you can change the value of the variable
by double clicking on it w/in the displayed list.

Run your appl/ube/tc.

When you get the "stopped for debug" window, go back into ER debugger.
You are stopped at ther ER line shown, prior to execution.
Press GO to go to your next break point, Press STEP to go to the next ER LINE.

ER Debugger cannot debug NERs.
Embed bsfn M&D Debug w/in the NER to debug them.

Gene
 
Back
Top