DebuggerUtils Class

Definition

Debugger Utilities class.

public ref class DebuggerUtils abstract sealed
public static class DebuggerUtils
type DebuggerUtils = class
Public Class DebuggerUtils
Inheritance
DebuggerUtils

Fields

Name Description
GetPSCallStackOverrideFunction

Get-PSCallStack override function.

RemoveVariableFunction

Remove-DebuggerVariable function.

SetVariableFunction

Set-DebuggerVariable function.

Methods

Name Description
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.

Applies to