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

Session Breakpoint Active Immed - settings

Former Member
0 Likes
655

Hi Experts

In ABAP Debugger, we have an option of checkbox namely:- ' Session Breakpoint Active Immed ' , at  which i have to use this option, also i want the  detail application of this...

<< Moderator message - please do more research before posting here >>

Locked

Message was edited by: Rob Burbank

Hi Experts

In ABAP Debugger, we have an option of checkbox namely:- ' Session Breakpoint Active Immed ' , at  which i have to use this option, also i want the  detail application of this...

<< Moderator message - please do more research before posting here >>

Locked

Message was edited by: Rob Burbank

1 REPLY 1
Read only

Former Member
0 Likes
445

It's a very useful setting, delivered turned off, apparently.  Essentially, if I am in a transaction, and I don't have a breakpoint where I need, I can open another session (create session) go into the object I want to debug and set my breakpoint, then proceed in my first session.  The first session will enter debug when it encounters the breakpoint just set in the 2nd session.

IMHO, everyone who does serious debugging should have this setting turned on.