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: 

How to block ABAP Debugger Controls Session 1 (Exclusive) pop-up ?

Former Member
0 Kudos

Hello dear experts,

Whenever I save my report after my first debugging, the program automatically pops-up open a debugger window of controls session 1.  I tried to delete all the breakpoints but it still kept coming.

Kindly, help me with this issue, it's actually obstructing a lot of work.

Thanks and regards,

Ambareesh J.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Go to breakpoints tab of debugger, and delete all breakpoints.

Repeat steps for watchpoints tab.

Then Go to Menu > Settings, Change debugger profile/settings. Uncheck system and update debugging if they are already checked.

Then click on Save, and come out of debugger.

Logout, Login, and Retry.

7 REPLIES 7

former_member189209
Active Contributor
0 Kudos

Hi,

Please first you have to check how many Break points are there , and double click/ delete break point - and Activate Program

then system will not give any pop up window next time onwards

Thanking you

Mahesh

0 Kudos

Thank you so much for responding Mahesh sir. But unfortunately, it isn't working. Any other way to work it out would be greatly appreciated.

former_member184551
Contributor
0 Kudos

Switch to the classic debugger !

Former Member
0 Kudos

Go to breakpoints tab of debugger, and delete all breakpoints.

Repeat steps for watchpoints tab.

Then Go to Menu > Settings, Change debugger profile/settings. Uncheck system and update debugging if they are already checked.

Then click on Save, and come out of debugger.

Logout, Login, and Retry.

0 Kudos

Only the Logout and Login part works well Manish sir. But the original problem remains.

0 Kudos

Are you, by any chance using external breakpoints instead of session breakpoints?

When debugger launches automatically, could you post screenshots of:

  • Code that shows line at which program stopped
  • Breakpoints tab
  • Watchpoints tab
  • Debugger Settings popup
  • whatever you see in SRDEBUG transaction

former_member212002
Active Contributor
0 Kudos

Clear the check-box of System / update debugging in the Debugger settings.

Thanks, Abhinab.