‎2007 Sep 09 7:11 PM
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.
‎2007 Sep 10 4:14 AM
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
‎2007 Sep 10 4:14 AM
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