Application Development 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: 

break point for the particular user

Former Member
0 Kudos

Anybody knows how to set up a break point for the particular user on a particular statement. So I can see this breakpoint on my screen when it happened?

2 REPLIES 2

Former Member
0 Kudos

hi,

if i am not wrong... hardcode the word break-point followed by in

brackets, after the statement where u want it...

let me know if i am wrong.

Former Member
0 Kudos

Hi,

If the user ID is USERA then set a breakpoint for USERA as :


BREAK USERA.

Cheers,

Aditya