BP_RESOLUTION_CODE

Décrit l’emplacement d’un point d’arrêt de code.

Syntaxe

public struct BP_RESOLUTION_CODE {
    public IDebugCodeContext2 pCodeContext;
};

Membres

pCodeContext
Objet IDebugCodeContext2 qui identifie la position du point d’arrêt dans le code.

Notes

Cette structure est membre de la structure BP_RESOLUTION_LOCATION , qui est à son tour membre de la structure BP_RESOLUTION_INFO retournée par la méthode GetResolutionInfo .

Spécifications

En-tête : msdbg.h

Espace de noms : Microsoft.VisualStudio.Debugger.Interop

Assembly : Microsoft.VisualStudio.Debugger.Interop.dll

Voir aussi