System.DebugHook

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

DebugHook: Byte platform = 0;        { 1 to notify debugger of non-Delphi exceptions

C++

extern DELPHI_PACKAGE Byte DebugHook;

プロパティ

種類 可視性 ソース ユニット
variable public
System.pas
System.hpp
System System


説明

DebugHook は、アプリケーションが IDE デバッガの下で動作している場合に設定されます。このシナリオでは、DebugHook で例外の取り扱いが決まります。

アプリケーションが IDE デバッガの外部で動作している場合、DebugHook は 0 です。アプリケーションが IDE デバッガの内部で動作している場合、DebugHook は 1 です。

IDE で例外が捕捉される場合や、デバッガで 1 ステップずつ実行している場合、DebugHook は 2 に設定されます。

関連項目