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: 

Breakpoints

Former Member
0 Kudos

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.

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

Hi,

That would be a bug if it starts the debugger

Sandra

0 Kudos

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,