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

Debug with other user's id

Former Member
0 Likes
2,338

Hello All,

I want to debug with an id of other user. I have got eh password of the other user, but that user is not having access to debug or open se24.

Can anybody tell me how can i debug with his userid.

Thanks

Rohit

Hello All,

I want to debug with an id of other user. I have got eh password of the other user, but that user is not having access to debug or open se24.

Can anybody tell me how can i debug with his userid.

Thanks

Rohit

7 REPLIES 7
Read only

Former Member
0 Likes
1,646

Hi,

As far as i know, there is no option for debugging without authorization.

Best Regards,

Suresh

Read only

Former Member
0 Likes
1,646

well..if you want to debug with his user id you have to login with his id, apart from that cant think of no other way.

Read only

Former Member
0 Likes
1,646

well..if you want to debug with his user id you have to login with his id, apart from that cant think of no other way.

Read only

Former Member
0 Likes
1,646

Hi,

Its possible the User may not have acces to SE24 and that is the reason you are not able to debug in SE24.

You cannot debug unless you get access to it.

Regards,

Mansi.

Read only

Former Member
0 Likes
1,646

HEY USE

CTRL + SHIFT + F12

OR CTRL + SHIFT + F9

HOPE THISWILL WORK

BUT WITHOUT ACESS U CANT DO THAT.

Read only

Former Member
0 Likes
1,646

Hi,

we cant debug any application without proper authorizations.

alternately you can try the static break points by coding

BREAK <user id>.

The program flow will stop at the selected point if executed by <user id>.

If it is a standard prog, u need to get the auth from basis ppl.

thanks,

teja.

Read only

Former Member
0 Likes
1,646

Hi,

If you want your program should go into debug mode for a particular user id then you can use:

Break user-id.

But in this case program will stop only when someone has logged in by that user-id.

Regards,

Pranaya