cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

External debugging doubt

Former Member
0 Likes
480

Hi,

We are in SRM 4.0,

I am trying do external debugging while creating a shopping cart(BBPSC01),

The breakpoint is getting stopped but in the same web portal only, not in a new gui screen.

When I press F5 the portal screen is getting refresh and F6,F8 doesnt work.

Only I can check the value where the breakpoint stopped.

Checked:-

1.Utilities -> Settings -> ABAP Editor -> Debugging -> External Debugging and made the check box as active.

2.The parameter ~GENERATEDYNPRO = 1 in sicf service

Please let me know how can external debugging opens in a new session.

Regards,

Neelima

View Entire Topic
Former Member
0 Likes

Hi Neelima

When setting the breakpoint in your code, go to settings and select "New Debugger' instead of 'classic debugger'.

Once you check this the code will stop in a new window.

Regards

Kedar