IDebugBeforeSymbolSearchEvent2

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The debug engine (DE) sends this interface to the session debug manager (SDM) to set the status bar message during symbol loads.

Syntax

IDebugBeforeSymbolSearchEvent2 : IUnknown

Notes for Implementers

The DE implements this interface when it must set the status bar message during symbol loads. This interface is implemented only by debug engines that work with or are a part of script interpreters. The IDebugEvent2 interface must be implemented on the same object as this interface (the SDM uses QueryInterface to access the IDebugEvent2 interface).

Notes for Callers

The DE creates and sends this event object when it must set the status bar message during symbol loads. The event is sent by using the IDebugEventCallback2 callback function supplied by the SDM when it attached to the program being debugged.

Methods

The following table shows the methods of IDebugBeforeSymbolSearchEvent2.

Method Description
GetModuleName Retrieves the name of the module currently being debugged.

Requirements

Header: Msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll