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

New Debugger

Former Member
0 Likes
772

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.

5 REPLIES 5
Read only

Former Member
0 Likes
754

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

Read only

Former Member
0 Likes
754

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!!

Read only

ThomasZloch
Active Contributor
0 Likes
754

I'm also guessing, did you try "breakpoints -> breakpoint at -> source code" ?

Thomas

Read only

Former Member
0 Likes
754

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.

Read only

Former Member
0 Likes
754

Hi Gregory,

The only option is puting the breakpoint at starting of your program.

Hope you got your answer.