cancel
Showing results for 
Search instead for 
Did you mean: 

External debugging doubt

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Answers (2)

Answers (2)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Please, refer to the Note 870454 for activate debugging in your system.

To enable debugging, set the following parameter in the profile of the application server: "rdisp/tpda_for_ext = 1".

Detailed information is displayed in note above.

Kind regards,

Ricardo

Former Member
0 Kudos

Hi,

Thanks for ur respone,

Hi kedar

I tried keeping ABAP DEBUGGER as "New debugger", still it is opening in the same portal page. And it is giving error

" No additional external mode for new ABAP debugger available".

Hi Ricardo Cavedini ,

I checked that note it cannot be implemented in our system(checked in SNOTE)

Regards,

Neelima

former_member183819
Active Contributor
0 Kudos

this info helps?

you can debug from portal. Instead of setting normal breakpoints, you ll have to set the external break point (ctrlShiftF9).