‎2005 Nov 15 2:59 PM
how can we go to the code inside a method while debugging?
thanks
‎2005 Nov 15 3:14 PM
Hi,
You can view the code of all the Public methods. Private and protected cannot be viewed while debugging.
Regards,
Vara
‎2005 Nov 15 3:01 PM
‎2005 Nov 15 3:01 PM
‎2005 Nov 15 3:03 PM
It is same as it is for function modules. Just set a break point on that method and proceed with f5 wile debugging.
‎2005 Nov 15 3:01 PM
KP,
Set a break point inside the method (in a Stmt ) by clicking the STOP button before executing the program.
Thanks
Kam
Note: Allot points for all worthful postings
‎2005 Nov 15 3:02 PM
Lke always: Press F% to go one step deeper
Or goto SE80, choose the class and set a breakpoint in the methods where you want
‎2005 Nov 15 3:07 PM
Hi KP,
while debuging just say next step (f5).
and you can see all the methods of a particular class by using se24.
hope this helps you.
regards,
venu.
‎2005 Nov 15 3:14 PM
Hi,
You can view the code of all the Public methods. Private and protected cannot be viewed while debugging.
Regards,
Vara
‎2005 Nov 15 3:26 PM