DebuggerService.IsDebugging 属性

定义

获取或设置一个值,该值指示调试是否为当前状态。

public:
 property bool IsDebugging { bool get(); void set(bool value); };
public bool IsDebugging { get; set; }
member this.IsDebugging : bool with get, set
Public Property IsDebugging As Boolean

属性值

Boolean

如果当前状态为调试,则为 true;否则为 false

实现

适用于