‎2009 Apr 23 4:18 PM
I understand there is a way to step into only your code while debugging.
How is this confgured? I don't want to see SAP code as I step through
my program. I understand this functionality became available
in the new debugger.
‎2009 Apr 23 4:23 PM
Hi Carlson,
Such things are not configured even in new debugger. You need to put BREAKPOINTS to directly get into the part of code you want to Debug.
Regards
Suvendu
‎2009 Apr 23 4:26 PM
Hi Gregory,
Is your queston like below
Execute upto that program through that line in new debugger then use the SHIFT + F8 while debugging.
if you want to jump to the particular line in new debugger then SHIFT +F12 while debugging..
is that what you want.
Thanks!!
‎2009 Apr 23 4:34 PM
I'm also guessing, did you try "breakpoints -> breakpoint at -> source code" ?
Thomas
‎2009 Apr 23 5:08 PM
Put breakpoints at the initial line of your code and then execute.
Or what you can do is /h and execute and then breakpoints -> breakpoint at source code.
Regards,
Lalit Mohan Gupta.
‎2009 Apr 23 8:36 PM
Hi Gregory,
The only option is puting the breakpoint at starting of your program.
Hope you got your answer.