DebuggerStopEventArgs
Class
Definition
Arguments for the DebuggerStop event.
public class DebuggerStopEventArgs : EventArgs
- Inheritance
-
DebuggerStopEventArgs
Constructors
| DebuggerStopEventArgs(InvocationInfo, Collection<Breakpoint>, DebuggerResumeAction) |
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 |