Share via


DebuggerInteractionSource Enumeration

Specifies the origination of the interaction of the user by using the debugger.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Enumeration DebuggerInteractionSource
public enum DebuggerInteractionSource
public enum class DebuggerInteractionSource
type DebuggerInteractionSource
public enum DebuggerInteractionSource

Members

Member name Description
AutosWindow The Autos window.
DataTip A data tip.
ImmediateWindow The Immediate window.
LocalsWindow The Locals window.
QuickWatchWindow The QuickWatch window.
Tracepoint A tracepoint breakpoint.
Unknown An unknown location.
WatchWindow The Watch window.

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace