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

Setting debugging off programmatically

Former Member
0 Likes
477

Hi,

I have a requirement that one of my programs shouldn't be allowed for debugging at all, even if anyone puts any break-points. I am looking for an option to switch off debugging through the program. I want to execute this code at the beginning of the program so that all debug points are switched off.

Thanks,

SS

2 REPLIES 2
Read only

Former Member
0 Likes
426

Hi,

If you set the program attributes to have a status of system program then it won't automatically stop for break points. It doesn't stop debugging entirely as the system debugger can be activated.

Cheers

Darren

Read only

Former Member
0 Likes
426

can you make another program wich execute the first one in background?...