Merge pull request #67 from empathicqubit/master
Document stepOut/stepOver functions.
This commit is contained in:
commit
b9eda54fd2
1 changed files with 30 additions and 0 deletions
|
@ -224,6 +224,36 @@ type - *Enum* See [executeCountType](/apireference/enums.html#executecounttype)
|
||||||
**Description**
|
**Description**
|
||||||
Runs the emulator for the specified number of cycles/instructions and then breaks the execution.
|
Runs the emulator for the specified number of cycles/instructions and then breaks the execution.
|
||||||
|
|
||||||
|
## stepOut ##
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
emu.stepOut()
|
||||||
|
|
||||||
|
**Parameters**
|
||||||
|
*None*
|
||||||
|
|
||||||
|
**Return value**
|
||||||
|
*None*
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
Steps over the next instruction and then breaks the execution.
|
||||||
|
|
||||||
|
## stepOver ##
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
emu.stepOver()
|
||||||
|
|
||||||
|
**Parameters**
|
||||||
|
*None*
|
||||||
|
|
||||||
|
**Return value**
|
||||||
|
*None*
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
Steps out of the current subroutine and then breaks the execution.
|
||||||
|
|
||||||
## reset ##
|
## reset ##
|
||||||
|
|
||||||
**Syntax**
|
**Syntax**
|
||||||
|
|
Loading…
Add table
Reference in a new issue