Debugger.DebugMode 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.
DebuggerMode.
public: property System::Management::Automation::DebugModes DebugMode { public:
System::Management::Automation::DebugModes get(); protected:
void set(System::Management::Automation::DebugModes value); };
public System.Management.Automation.DebugModes DebugMode { get; protected set; }
member this.DebugMode : System.Management.Automation.DebugModes with get, set
Public Property DebugMode As DebugModes