Show / Hide Table of Contents

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 Source

GetDebuggableProtocolAsync()

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

GetDebugLaunchAsync()

Used to launch the debugger.

Declaration
public Task<IVsDebugLaunch> GetDebugLaunchAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.Interop.IVsDebugLaunch>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX