PSHost.DebuggerEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property enables and disables the host debugger if debugging is supported.
public:
virtual property bool DebuggerEnabled { bool get(); void set(bool value); };
public:
virtual property bool DebuggerEnabled { bool get(); void set(bool value); };
public virtual bool DebuggerEnabled { get; set; }
member this.DebuggerEnabled : bool with get, set
Public Overridable Property DebuggerEnabled As Boolean