Class ScriptDebuggerBase
public abstract class ScriptDebuggerBase
- Inheritance
-
ScriptDebuggerBase
- Derived
Fields
Properties
- EventsSyncAction
Gets or sets an action used to synchronize events raising. This is normally a function provided by the application to sync raised debugger events (for example, perform Control.Invoke)
Methods
Events
- ActiveThreadChanged
Occurs when thread to be debugged changes.
- BeforeContinue
Occurs before debugger continues to program execution.
- BeforeStep
Occurs before debugger performs a step.
- BeforeStop
Occurs before debugger stop debugging.
- DebuggerErrorOccurred
Occurs when encounters error during debugging session.
- DebuggingStarted
Occurs when debugging session is started.
- DebuggingStopped
Occurs when debugging session is stopped.
- ExecutionResumed
Occurs when debugging is resumed after being paused.
- ExecutionStopped
Occurs when debugging is paused.
- LogMessageReceived
Occurs when debug message is received.
- StackFrameSwitched
Occurs debugger switches to the stack frame.
- StateChanged
Occurs when debugger state is changed.