Debug -- Watch value from a breakpoint

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
phillip.small
Participant
Posts: 29
Joined: Mon Aug 16, 2004 8:12 am

Debug -- Watch value from a breakpoint

Post by phillip.small »

How do you set up a breakpoint and get and/or watch the value from the particular link? Do you do this in Director or Designer?
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

Ensure that you have chosen View>Debug which will display the debug tool bar. Once the job is successfully compiled you can choose a link, right click on the link and choose "Toggle Breakpoint". You can then right click on the link and choose "Edit Breakpoint" to further refine your debugging criteria.

You will need to run the job from the designer using the "Run" from the debug menu, if you choose the normal run button then you will not see your debug results.

You need to play with this feature a bit and I'm sure you'll get the hang of it. There are buttons on the debug bar that allow you to step into, skip links etc...

Regards,
Post Reply