‎2009 Jan 21 3:24 PM
Is there a way to set a debug watchpoint for a particular subroutine form?
I tried using ABDBG-LEVENT but that didn't work.
‎2009 Jan 21 3:29 PM
Execute the program in dbug mode ( /h ) .
Once you are in the debug mode , Click on option 'Breakpoint' ,
then select option -> "Break Point At " --> Subroutine .
This way you would be able to set a breakpoint for a subroutine / form.
Hope this is helpful.
‎2009 Jan 21 3:26 PM
You can set a break-point for a particular form in a particular program. Is that what you are looking for?
Rob
‎2009 Jan 21 3:42 PM
Yeah. I do that most of the time. Sometimes I have to turn on System debuging and Update debugging.
What I wanted to see was, if I forget to turn those on, can I set a watch point for a given form name.
There's a structure called ABDBG that you can see if you click the CALLS button. But, setting a Watchpoint for it doesn't work.
‎2009 Jan 21 3:27 PM
Hello,
You can use BREAK <username> stmt at the point where you want to debug.
BR,
Suhas
‎2009 Jan 21 3:29 PM
Execute the program in dbug mode ( /h ) .
Once you are in the debug mode , Click on option 'Breakpoint' ,
then select option -> "Break Point At " --> Subroutine .
This way you would be able to set a breakpoint for a subroutine / form.
Hope this is helpful.