Tagged Questions
2
votes
2answers
227 views
Changing the program flow when running under a debugger
Is there any way of detecting that a debugger is running in memory?
and here comes the on Form Load pseudocode.
if debugger.IsRunning then
Application.exit
end if
Edit: The original title was ...