Debugger
Class
Definition
Holds the debugging information for a Monad Shell session
public abstract class Debugger
- Inheritance
-
Constructors
Properties
Methods
|
GetCallStack()
|
This is the entry point to the debugger from the Get-PSCallStack cmdlet
|
|
GetDebuggerStopArgs()
|
|
IsDebuggerBreakpointUpdatedEventSubscribed()
|
|
IsDebuggerStopEventSubscribed()
|
|
ProcessCommand(PSCommand, PSDataCollection<PSObject>)
|
|
RaiseBreakpointUpdatedEvent(BreakpointUpdatedEventArgs)
|
|
RaiseDebuggerStopEvent(DebuggerStopEventArgs)
|
|
ResetCommandProcessorSource()
|
|
SetBreakpoints(IEnumerable<Breakpoint>)
|
|
SetDebuggerAction(DebuggerResumeAction)
|
|
SetDebuggerStepMode(Boolean)
|
|
SetDebugMode(DebugModes)
|
|
SetParent(Debugger, IEnumerable<Breakpoint>, Nullable<DebuggerResumeAction>, PSHost, PathInfo)
|
|
SetParent(Debugger, IEnumerable<Breakpoint>, Nullable<DebuggerResumeAction>, PSHost, PathInfo, Dictionary<String,DebugSource>)
|
|
StopProcessCommand()
|
Events