DebuggerStopEventArgs.ResumeAction Property

Definition

This property must be set in the event handler to indicate the debugger what it should do next.

public:
 property System::Management::Automation::DebuggerResumeAction ResumeAction { System::Management::Automation::DebuggerResumeAction get(); void set(System::Management::Automation::DebuggerResumeAction value); };
public System.Management.Automation.DebuggerResumeAction ResumeAction { get; set; }
member this.ResumeAction : System.Management.Automation.DebuggerResumeAction with get, set
Public Property ResumeAction As DebuggerResumeAction

Property Value

Remarks

The default action is DebuggerAction.Continue. DebuggerAction.StepToLine is only valid when debugging an script.

Applies to