STEPKIND
Specifica il tipo del passaggio per avanzare.
enum enum_STEPKIND {
STEP_INTO = 0,
STEP_OVER = 1,
STEP_OUT = 2,
STEP_BACKWARDS = 3
};
typedef DWORD STEPKIND;
public enum enum_STEPKIND {
STEP_INTO = 0,
STEP_OVER = 1,
STEP_OUT = 2,
STEP_BACKWARDS = 3
};
Membri
STEP_INTO
Passaggi di una funzione.STEP_OVER
Esegue una funzione.STEP_OUT
passaggi da una funzione.STEP_BACKWARDS
Esegue il debug passo a passo indietro in una funzione.
Note
Passato come argomento IDebugProcess3:: passaggio al metodo.
Requisiti
intestazione: msdbg.h
Spazio dei nomi: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll