2011 Aug 11 5:51 PM
Hi All,
If I hard code break point like 'BREAK-POINT' in my program and if my user has no authorization for debug..Will my debugger will be opened for 'BREAK-POINT'..............
Regards
Lekha.
2011 Aug 11 7:18 PM
2011 Aug 11 7:52 PM
Hi,
I suggest you use the user specific break point like "break sadiq" where sadiq is the developer's user name. By using that other users will not be having break point.
The answer to your question is "NO". The user not authorized to debug will not be stopped at "Break-Point". I created the scenarios for you to test this.
Best Regards
Sadiq,