Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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. |