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