cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug.............

Former Member
0 Kudos

Hi all

i am using WAS 6.20. how can i debug my <b>event handler</b> coding in my bsp application.Best solution will be rewarded.

Regards

Saravanan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Are u unable to debug even after setting the braekpoints ?

Plz note that debugging is user specific so debug with same user id with which breakpoint is there.

former_member181879
Active Contributor
0 Kudos

How about setting a breakpoint in the event handler? Usually it works out of the box. Should it fail, there are a number of reasons. Primarily:

- you are setting breaks points on one app server, running against another (typical with web dispatcher)

- client/mandant does not match

- user data (name) does not match

Former Member
0 Kudos

Quite easy actually, first you need to set the parameter in RZ10 rfc/ext_debugging to 3, then in SE80 you can choose your settings and set your Debugging preferences. Then just set the break point inside of your Event Handler and activate your page via F8 (Direct Test) the debugger should popup and you should be ready to go. Be sure when you set the break point to set the "External" one.