DebuggerStopEventArgs Class

Definition

Arguments for the DebuggerStop event.

public ref class DebuggerStopEventArgs : EventArgs
public class DebuggerStopEventArgs : EventArgs
type DebuggerStopEventArgs = class
    inherit EventArgs
Public Class DebuggerStopEventArgs
Inherits EventArgs
Inheritance
DebuggerStopEventArgs

Constructors

DebuggerStopEventArgs(InvocationInfo, Collection<Breakpoint>, DebuggerResumeAction)

Constructor.

Properties

Breakpoints

The breakpoint(s) hit.

InvocationInfo

Invocation info of the code being executed.

ResumeAction

This property must be set in the event handler to indicate the debugger what it should do next.

Applies to