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

Need to switch to new debugging mode

Ranjith_D_Reddy
Participant
0 Likes
8,136

Hi,

When i used the external break point ,i triggered the programme from Portal end.The debugger was started in the standard mode .I want to switch to the new ABAP debugging mode.How can i achive that.

Regards,

Ranjith.

1 ACCEPTED SOLUTION
Read only

Ranjith_D_Reddy
Participant
0 Likes
5,436

It is from the portal debugging .it is not for the normal debugging.Please rfer the below snap shot of the external debugger from portal.

Hi,

When i used the external break point ,i triggered the programme from Portal end.The debugger was started in the standard mode .I want to switch to the new ABAP debugging mode.How can i achive that.

Regards,

Ranjith.

6 REPLIES 6
Read only

Former Member
0 Likes
5,436

From the menu?

Read only

0 Likes
5,436

Read only

Ranjith_D_Reddy
Participant
0 Likes
5,437

It is from the portal debugging .it is not for the normal debugging.Please rfer the below snap shot of the external debugger from portal.

Read only

0 Likes
5,435

Hi Ranjith,

Can you try with below steps before placing & triggering the debugger.

  • From within the ABAP workbench(SE80), select the Utilities->Settings Menu
  • Select the ABAP Editor Tab
  • Select the Debugging tab within the ABAP Editor Tab
  • Select the Classic Debugger or New Debugger radio button

OR

Regards,

K.Srikanth Reddy.

Read only

0 Likes
5,435

Please follow what Srikanth is saying and then start your debugging again.

Thank You,

Gajendra.

Read only

kamesh_g
Contributor
0 Likes
5,435

Hi

In your program or FM .In the menu bar - utilities -> settings- > Debugging tab (tab where we give user for extenral debugging ) . You will find abap debugger radi buttons .new/Cassic .

Thanks