| OLD | NEW |
| 1 Starting session. Type 'help' for a list of commands. | 1 Starting session. Type 'help' for a list of commands. |
| 2 | 2 |
| 3 > t verbose | 3 > t verbose |
| 4 ### verbose printing set to: false | 4 ### verbose printing set to: false |
| 5 > b main | 5 > b main |
| 6 ### set breakpoint id: '0' method: 'main' bytecode index: '0' | 6 ### set breakpoint id: '0' method: 'main' bytecode index: '0' |
| 7 > r | 7 > r |
| 8 main @new Object() | 8 main @new Object() |
| 9 > s | 9 > s |
| 10 main @print(new Object()) | 10 main @print(new Object()) |
| 11 > s | 11 > s |
| 12 [object Object] | 12 [object Object] |
| 13 ### process terminated | 13 ### process terminated |
| 14 > s |
| 15 ### process not running, cannot step to next expression |
| 16 > s |
| 17 ### process not running, cannot step to next expression |
| 18 > q |
| OLD | NEW |