Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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. |