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 OO code

Former Member
0 Likes
501

How to debug the OOP code written . I put a debug in the code but after the screen is displayed , I can not go back to the debugger to see the program flow.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
350

Hi Krish,

In OOPs program if you place breakpoint at main program you can check code before going to actual screen.

I think you place the breakpoint in PAI section of screen because of that it is showing output first and then going into debug mode.

Best way place your breakpoint at At selection screen or star of selection then you can able to see how the data if fetched.

Rewards if useful...........

Minal

1 REPLY 1
Read only

Former Member
0 Likes
351

Hi Krish,

In OOPs program if you place breakpoint at main program you can check code before going to actual screen.

I think you place the breakpoint in PAI section of screen because of that it is showing output first and then going into debug mode.

Best way place your breakpoint at At selection screen or star of selection then you can able to see how the data if fetched.

Rewards if useful...........

Minal