DebugModes Enum
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.
Defines debugging mode.
This enumeration supports a bitwise combination of its member values.
public enum class DebugModes
[System.Flags]
public enum DebugModes
[<System.Flags>]
type DebugModes =
Public Enum DebugModes
- Inheritance
-
DebugModes
- Attributes
Fields
Default | 1 | Default setting for original PowerShell script debugging. Compatible with PowerShell Versions 2 and 3. |
LocalScript | 2 | PowerShell script debugging. |
None | 0 | PowerShell script debugging is disabled. |
RemoteScript | 4 | PowerShell remote script debugging. |