DebuggerResumeAction Enum

Definition

Possible actions for the debugger after hitting a breakpoint/step.

C++
public enum class DebuggerResumeAction
Inheritance
DebuggerResumeAction

Fields

Name Value Description
Continue 0

Continue running until the next breakpoint, or the end of the script.

StepInto 1

Step to next statement, going into functions, scripts, etc.

StepOut 2

Step to next statement, going over functions, scripts, etc.

StepOver 3

Step to next statement after the current function, script, etc.

Stop 4

Stop executing the script.

Applies to

Produto Versións
PowerShell SDK 7.2.0, 7.3.0, 7.4.0
Windows PowerShell 5.1.0.0