共用方式為


ScriptDebugEventFilter 列舉 (dbgmodel.h)

定義文本調試程式 (可能) 自動中斷的偵錯事件/例外狀況集。

Syntax

typedef enum ScriptDebugEventFilter {
  ScriptDebugEventFilterEntry,
  ScriptDebugEventFilterException,
  ScriptDebugEventFilterUnhandledException,
  ScriptDebugEventFilterAbort
} ;

常數

 
ScriptDebugEventFilterEntry
指出 每個 ENTRY 上的中斷應該會從外部中斷至腳本。
ScriptDebugEventFilterException
表示任何第一個機率例外狀況都應該立即中斷至調試程式。
ScriptDebugEventFilterUnhandledException
ScriptDebugEventFilterUnhandledException:指出未處理的例外狀況應該立即中斷至調試程式。
ScriptDebugEventFilterAbort
表示中止 (核心調試程式 BREAK/STOP 此動作) 應該中斷至腳本調試程式,而不是中止腳本執行。

規格需求

需求
標頭 dbgmodel.h

另請參閱

調試程序數據模型 C++ 概觀