DebuggerUtils Class
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.
Debugger Utilities class.
public ref class DebuggerUtils abstract sealed
public static class DebuggerUtils
type DebuggerUtils = class
Public Class DebuggerUtils
- Inheritance
-
DebuggerUtils
Fields
GetPSCallStackOverrideFunction |
Get-PSCallStack override function. |
RemoveVariableFunction |
Remove-DebuggerVariable function. |
SetVariableFunction |
Set-DebuggerVariable function. |
Methods
EndMonitoringRunspace(Debugger, PSMonitorRunspaceInfo) |
End monitoring a runspace on the target debugger. |
GetWorkflowDebuggerFunctions() |
Helper method to return an enumeration of workflow debugger functions. |
ShouldAddCommandToHistory(String) |
Helper method to determine if command should be added to debugger history. |
StartMonitoringRunspace(Debugger, PSMonitorRunspaceInfo) |
Start monitoring a runspace on the target debugger. |