IVsDebugger Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodAdviseDebugEventCallback(Object^)

Used by a client to receive notifications of debugger events. In general, use AdviseDebuggerEvents and UnadviseDebuggerEvents instead.

System_CAPS_pubmethodAdviseDebuggerEvents(IVsDebuggerEvents^, UInt32)

Used by a client to get notification of debugger events.

System_CAPS_pubmethodAllowEditsWhileDebugging(Guid)

Indicates whether or not the language service allows writing to files during debugging.

System_CAPS_pubmethodExecCmdForTextPos(array<VsTextPos>^, Guid, UInt32, UInt32, IntPtr, IntPtr)

Obsolete. Do not use.

System_CAPS_pubmethodGetDataTipValue(IVsTextLines^, array<TextSpan>^, String^, String^)

Retrieves debugger data tip text for a selected section of text.

System_CAPS_pubmethodGetENCUpdate(Object^)

Retrieves the Edit and Continue (ENC) update for this program. A custom debug engine always returns E_NOTIMPL.

System_CAPS_pubmethodGetMode(array<DBGMODE>^)

Returns the current debugger mode, a value in the DBGMODE enumeration such as DBGMODE_Break.

System_CAPS_pubmethodInsertBreakpointByName(Guid, String^)

Inserts a breakpoint at a named location in the program, such as a function name.

System_CAPS_pubmethodIsBreakpointOnName(Guid, String^, Int32)

Tests for a breakpoint set on a named location.

System_CAPS_pubmethodLaunchDebugTargets(UInt32, IntPtr)

Launches or attaches to the specified processes under the control of the debugger.

System_CAPS_pubmethodParseFileRedirection(String^, String^, IntPtr, IntPtr, IntPtr)

Parses the command line contained in the argument string, and returns the arguments and handles to any redirected output.

System_CAPS_pubmethodQueryStatusForTextPos(array<VsTextPos>^, Guid, UInt32, array<OLECMD>^, IntPtr)

Obsolete. Do not use.

System_CAPS_pubmethodRemoveBreakpointsByName(Guid, String^)

Removes a breakpoint at a named location in the program, such as a function name.

System_CAPS_pubmethodToggleBreakpointByName(Guid, String^)

Toggle a breakpoint at a named location in the program, such as a function name.

System_CAPS_pubmethodUnadviseDebugEventCallback(Object^)

Used by a client to stop receiving notifications of debugger events. In general, use AdviseDebuggerEvents and UnadviseDebuggerEvents instead.

System_CAPS_pubmethodUnadviseDebuggerEvents(UInt32)

Used by a client to stop receiving notifications of debugger events. Requires the cookie returned by AdviseDebuggerEvents.

Return to top
Show: