DebuggerInteractionSource Enum
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.
Specifies the origination of the user's interaction with the debugger.
public enum class DebuggerInteractionSource
public enum class DebuggerInteractionSource
enum DebuggerInteractionSource
public enum DebuggerInteractionSource
type DebuggerInteractionSource =
Public Enum DebuggerInteractionSource
- Inheritance
-
DebuggerInteractionSource
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown location. |
WatchWindow | 1 | The Watch window. |
LocalsWindow | 2 | The Locals window. |
AutosWindow | 3 | The Autos window. |
QuickWatchWindow | 4 | The QuickWatch window. |
ImmediateWindow | 5 | The Immediate window. |
Tracepoint | 6 | A tracepoint breakpoint. |
DataTip | 7 | A data tip. |