
Hitachi Embedded Workshop User Manual
314
Example:
STEP 9
Steps code for 9 steps.
5.57
STEP_MODE
Abbreviation: SM
Description:
Selects the step mode.
Syntax:
sm <mode>
Parameter
Type
Description
Keyword
Step mode
Auto
Selects the mode automatically.
Assembly
Steps by assembly-language instruction
<mode>
Source
Steps by source code line
Example:
STEP_MODE auto
Selects the step mode automatically.
When the [Source] window is active, execution steps by source code
line. When the [Disassembly] window is active, execution steps by
assembly-language instruction.
5.58
STEP_OUT
Abbreviation: SP
Description:
Steps the program out of the current function. (i.e., a step up). This works for both assembly-language and source
level debugging.
Syntax:
sp
Parameter
Type
Description
none
Steps the program out of the current function
Example:
SP
Steps the program out of the current function.