on 2006 Nov 24 1:42 AM
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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good that its work. If so, reward the points (I hope you forgot).
Regards,
Ramki.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you very much.it works . external breakpoint works .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.