cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug and skip directly to the break point.

Former Member
0 Kudos

Hi ,

I set a break point in the requirement routine. and started debugging , running the application. now when the debugging starts i want the cursor to go directly to that break point in the requirement routine.

What should i press to directly go the cursor to the break point

Thanks,

points rewarded.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Gothrough the following link

http://help.sap.com/saphelp_470/helpdata/en/d1/802cfc454211d189710000e8322d00/frameset.htm

<b>click on abap debugger-->break points.</b>

Regards,

Sandhya

Former Member
0 Kudos

Hi..

Set the breakpoint in the coding .And execute .The control will stop where u place breakpoint.

Before seting the breakpoint .. u should check whether the statements should be executable or not?.

If it is not executable means the control wont stop in breakpoint.

If u r in debug mode means .. u can able to shift to another breakpoint .. By pressing F8 key..

Hope it will helps.

Reward all useful answers.

Regards

Bala..

Former Member
0 Kudos

hi,

pit a static break point.. using BREAK USERNAME where u want to stop. int the code .then execute the program.. it directly stops their only

Eg:

BREAK NREDDY.

Please Close this thread.. when u r problem is solved. Reward all Helpful answers

Regards

Naresh Reddy K

SantoshKallem
Active Contributor
0 Kudos

set the breakpoint on required line and execute it. control stops at that point

Former Member
0 Kudos

hi Mahesh,

Press F8 (EXECUTE Button).

Hope this helps,

Sajan Joseph.