|
@@ -65,6 +65,7 @@ The `CodeBox` class constructor's third parameter is an optional object of optio
|
|
|
| Key | Data Type | Default | Description |
|
|
|
|---|---|---|---|
|
|
|
| **outputCallback** | Function | console.log | A function to send all output from the Code Box to |
|
|
|
+| **tickSleep** | number | 0 | The amount of time to delay execution of each instruction in the Code Box. |
|
|
|
| **debug.print.logger** | Function | this.outputCallback | A function to send all debugging output to. |
|
|
|
| **debug.print.codeBox** | boolean | false | Output the current state of the Code Box at the start of each instruction |
|
|
|
| **debug.print.stacks** | boolean | false | Output the current state of all stacks in the Code Box at the start of each instruction |
|