STEPUNIT

Specifies the step unit for stepping.

Syntax

enum enum_STEPUNIT { 
   STEP_STATEMENT   = 0,
   STEP_LINE        = 1,
   STEP_INSTRUCTION = 2
};

Fields

STEP_STATEMENT
Steps by statement.

STEP_LINE
Steps by line.

STEP_INSTRUCTION
Steps by instruction.

Remarks

Passed as an argument to the Step method.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also