RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.DebugHook Variable

DebugHook is set if an application is running under the IDE debugger.

Pascal
DebugHook: Byte platform = 0;
C++
Byte platform DebugHook = 0;

DebugHook is 0 when an application operates outside the IDE debugger. DebugHook is 1 when an application operates inside the IDE debugger. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!