
Hitachi Embedded Workshop User Manual
313
Syntax:
sleep <milliseconds>
Parameter
Type
Description
<milliseconds>
Numeric
Delayed time (ms)
The value must always be specified in decimal.
Example:
SLEEP D’9000
Delays 9 seconds.
5.55
STATUS
Abbreviation: STA
Description:
Displays the current status of the debugging platform. The contents of the [Platform] sheet in the [Status]
window is displayed.
Syntax:
sta
Parameter
Type
Description
None
Displays the current status of the debugging platform.
Example:
STA
Displays the current status of the debugging platform.
5.56
STEP
Abbreviation: ST
Description:
Single step (in source line or instruction units) execution. Performs a specified number of instructions, from
current PC. Default is stepping by lines if source debugging is available. Count default is 1.
Syntax:
st [<mode>] [<count>]
Parameter
Type
Description
Keyword
Type of single step (optional)
instruction
Steps by assembly instruction
<mode>
line
Steps by source code line
<count>
Numeric
Number of steps (optional, default = 1)