DebuggerStopEventArgs 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.
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. |