cancel
Showing results for 
Search instead for 
Did you mean: 

break point help

Former Member
0 Kudos
62

hello , i have set a breakpoint in the mvc controller 's method ,but it doesn't work .when i execute the application ,just not stop at the break point .does anybody meet this kind of problem?and how to solve it ?

thank you in advance!

Accepted Solutions (1)

Accepted Solutions (1)

raja_thangamani
Active Contributor
0 Kudos

Hi,

Before settings the break-point, you need to Active External break-point for HTTP. YOu can find this option in

SE80, in Utilites--> Break-point/External break-point

or if you dont find, then

utilities-->setttings -> ABAP Workbench -> look at the debugger tab & find the external Debugging check box

, it needs to be set. If you mention the SAP Version which you use, i can give the exact path since its varies version to version.

Raja T

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi, i have select the point in the left side of the web page .you can not see ?

i select the stars in the left .if you can not see ,i will try to reward again later.

Former Member
0 Kudos

Nope

Former Member
0 Kudos

Good that its work. If so, reward the points (I hope you forgot).

Regards,

Ramki.

Former Member
0 Kudos

thank you very much.it works . external breakpoint works .

Former Member
0 Kudos

I hope you are trying to set break points for External Users....

Please follow the below steps.

1. Go to '<b>SU01</b>' Transaction and get user name for 'Alias', if you have created an <b>External</b> User.

2. Go '<b>SE80</b>' transaction -->'Utilities ->Settings->ABAP Editior ==>

In that 'External Debugging' Frame, enter the User Name which you have collected it from SU01 Transaction.

3. Go the BSP Code and try to set breakpoint using 'Utilities -> External Breakpoints->

Now, if you run your bsp, the debugger will start...

I hope this will assist you.

PS: Please reward points, if its helpful to you.

Regards,

Ramki.

Former Member
0 Kudos

You need to set the break point in the same ID with which you provide login info to your BSP page. Have a look at the BSP Wiki for more info on setting break points for BSPs.

Regards,

Ravikiran.

former_member758419
Active Participant
0 Kudos

Hi,

Welcome to SDN,

In which method of the controller class have u set the breakpoint? If u have set the breakpoints in do_handle_event or do_handle_data methods then you need to call, Dispatch_input() method in Do_Request method of the controller in order to branch to other methods.

Regards,

Sachidanand.B