Specifies the origination of the interaction of the user by using the debugger.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
声明
Public Enumeration DebuggerInteractionSource
public enum DebuggerInteractionSource
public enum class DebuggerInteractionSource
type DebuggerInteractionSource
public enum DebuggerInteractionSource
Members
| Member name | Description | |
|---|---|---|
| Unknown | An unknown location. | |
| WatchWindow | The Watch window. | |
| LocalsWindow | The Locals window. | |
| AutosWindow | The Autos window. | |
| QuickWatchWindow | The QuickWatch window. | |
| ImmediateWindow | The Immediate window. | |
| Tracepoint | A tracepoint breakpoint. | |
| DataTip | A data tip. |