Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging issue with subroutine pool

Former Member
0 Likes
1,557

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.

4 REPLIES 4
Read only

former_member386202
Active Contributor
0 Likes
817

Hi,

Set break point in form endform.

Regardfs,

Prashant

Read only

Former Member
0 Likes
817

Hi,

before the perform there might be some conditions, so the program was not moving to debugging mode.

regards,

Santosh Thorat

Read only

Former Member
0 Likes
817

Hi

that means you perform statement is not executing

if that statment excutes then it must go into the subroutine

Read only

Former Member
0 Likes
817

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