หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Defines the current debugging state of a script.
Syntax
typedef enum ScriptDebugState {
ScriptDebugNoDebugger,
ScriptDebugNotExecuting,
ScriptDebugExecuting,
ScriptDebugBreak
} ;
Constants
ScriptDebugNoDebugger Indicates that debugging is not active on the script. |
ScriptDebugNotExecuting Indicates that no code within the script is actively executing. |
ScriptDebugExecuting Indicates that the script is executing code. |
ScriptDebugBreak The script status is that it is broken into the script debugger. |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |