Application Development 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: 

Saving in ABAP editor Triggers Debugger

Private_Member_49934
Contributor
0 Kudos

Dear all,

I am facing a problem that whenever I am saving any program ,function module, class , method it's triggering debugger. it's taking me to the FM / RS_NEW_PROGRAM_INDEX. No visible breakpoint is set. My Debugger options and setting are below. Any idea how to get rid fo this problem?

8 REPLIES 8

meenakshi-btp
Explorer
0 Kudos

This message was moderated.

Former Member
0 Kudos

former_member217544
Active Contributor
0 Kudos

Hi,

Log off and try logging in again.

Regards,

Swarna

Former Member
0 Kudos

Although update debugging is not active your screenshot, the program is entering update debugging. Try below steps.

  1. Activate Update Debugging, click on Save.
  2. Deactivate Update Debugging, click on Save.
  3. Continue.

Former Member
0 Kudos

Hi,

     Use the program RSBREAKPOINTS to delete all the break points created by you in the system. Maybe that will resolve your issue. Do note that it will delete all the breakpoints created by your ID.

Hope this helps,

~Athreya

former_member184958
Active Participant
0 Kudos

Hi Kumar,

    Have a check on update break point is switched on or not. It may activated by someone.

For that go through the following screen shot's,

Switch off the system debugging, and update debugging then it will work fine.

or

Just log off your system. May not happen again.

Warm Regards,

John.

arindam_m
Active Contributor
0 Kudos

Hi,

Most probably you toggled update debugging. Log off and login should solve your issue.

Cheers,

Arindam

sujeet2918
Active Contributor
0 Kudos