STEPUNIT
spécifie l'unité d'étape pour la progression.
enum enum_STEPUNIT {
STEP_STATEMENT = 0,
STEP_LINE = 1,
STEP_INSTRUCTION = 2
};
typedef DWORD STEPUNIT;
enum enum_STEPUNIT {
STEP_STATEMENT = 0,
STEP_LINE = 1,
STEP_INSTRUCTION = 2
};
Membres
STEP_STATEMENT
étapes par l'instruction.STEP_LINE
Étapes par ligne.STEP_INSTRUCTION
étapes par l'instruction.
Notes
passé comme argument à la méthode d' IDebugProcess3 : : étape .
Configuration requise
en-tête : msdbg.h
l'espace de noms : Microsoft.VisualStudio.Debugger.Interop
Assembly : Microsoft.VisualStudio.Debugger.Interop.dll