‎2007 Nov 15 6:14 AM
Hi Friends,
I have a small issue while debugging.
In the main program i have a perform and the form.. endform are in subroutine pool program. In main program i set the breakpoint at perform, if i run the program is not moving to debugging mode it directly giving the output.
Note : both programs are related with the same package.
Can anyone help on this issue.
your solution will be appreciated.
Advance Thanks.
chandra.
‎2007 Nov 15 6:16 AM
‎2007 Nov 15 6:17 AM
Hi,
before the perform there might be some conditions, so the program was not moving to debugging mode.
regards,
Santosh Thorat
‎2007 Nov 15 6:20 AM
Hi
that means you perform statement is not executing
if that statment excutes then it must go into the subroutine
‎2007 Nov 15 6:30 AM
Hi Purna,
set a break point in form .... endform rather then on perform...
If you can, start the debugin during your dialog process, once inside the debugger, switch on the Update Debugging, by clicking "Settings" --> UPdate Debugging. Now hit F8 to get to your other breakpoint. Hopefully it will stop there.
<b>
Reward points if useful.</b>
Thanks & Regards
ilesh 24x7