‎2008 Sep 22 5:41 PM
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
‎2008 Sep 22 5:46 PM
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
‎2008 Sep 22 5:46 PM
can you make another program wich execute the first one in background?...