Skip to Content
0
Former Member
Sep 22, 2008 at 04:41 PM

Setting debugging off programmatically

51 Views

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