Specifies the step unit for stepping.
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
};
Members
STEP_STATEMENT
Steps by statement.STEP_LINE
Steps by line.STEP_INSTRUCTION
Steps by instruction.
Remarks
Passed as an argument to the IDebugProcess3::Step method.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll