ScriptDebugState 列舉 (dbgmodel.h)
定義文本的目前偵錯狀態。
語法
typedef enum ScriptDebugState {
ScriptDebugNoDebugger,
ScriptDebugNotExecuting,
ScriptDebugExecuting,
ScriptDebugBreak
} ;
常數
ScriptDebugNoDebugger 表示偵錯在腳本上沒有作用中。 |
ScriptDebugNotExecuting 表示文本內沒有任何程序代碼正在主動執行。 |
ScriptDebugExecuting 表示文稿正在執行程序代碼。 |
ScriptDebugBreak 腳本狀態是它已中斷至腳本調試程式。 |
要求
要求 | 價值 |
---|---|
標頭 | dbgmodel.h |