How can I detect if my application is running under the IDE "Delphi 2007 .Net", there is something like DebugHook?
Bye.
|
How can I detect if my application is running under the IDE "Delphi 2007 .Net", there is something like DebugHook? Bye.
| |||
|
feedback
|
|
The IsDebuggerPresent() WinAPI call. | |||
feedback
|
|
Something like:
Might Suit. | |||||
feedback
|
|
Answer my own question.
works fine for me. Bye. | |||
|
feedback
|