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

Breakpoint not set in debugger

former_member185171
Participant
0 Likes
1,051

Hi,

apparently it is not possible to set breakpoint in some places in the debugger. The system returns message SY495.

Is there an overview of places in programs where you cannot set a breakpoint (in the (new) debugger) ?

Thanks for answering.

Kris

4 REPLIES 4
Read only

Former Member
0 Likes
865

I think break point can be only set at statement of code.

Where did you set your break point?

If you use ABAP editor, you can use statement


break-point.
"or
break [username]. "username = user id you logon into your system.

Thanks,

Read only

0 Likes
865

Hi,

my question was rather theoretical.

I am not looking for the way to set breakpoints. We also experience that breakpoints in debugging cannot be set anywhere - that is what we read in a lot of SDN forums..

We are looking for some overview/documentation of where you can set them en where you cannot. Does that exist?

Greetings.

Kris

Read only

0 Likes
865

Hi,

Please check the documentation about the static and dynamic breakpoints in the below link.

http://help.sap.com/saphelp_wp/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/content.htm

Regards,

Guru.

Read only

0 Likes
865

Hi ,

Break point are not possible in Screen Debugging .

Regards

Deepak.