Class Debugger
A collection of services related to debugging.
Inheritance
System.Object
Debugger
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Community.VisualStudio.Toolkit
Assembly: Community.VisualStudio.Toolkit.dll
Syntax
public class Debugger
Methods
| Improve this Doc View SourceGetDebuggableProtocolAsync()
Allows clients to add to the debuggable protocol list.`
Declaration
public Task<IVsDebuggableProtocol> GetDebuggableProtocolAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsDebuggableProtocol> |
GetDebuggerAsync()
Provides access to the current debugger so that the package can listen for debugger events.
Declaration
public Task<IVsDebugger> GetDebuggerAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsDebugger> |
GetDebugLaunchAsync()
Used to launch the debugger.
Declaration
public Task<IVsDebugLaunch> GetDebugLaunchAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsDebugLaunch> |