| 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 @'foo.void' | 8 main @'foo.void' |
| 9 > s | 9 > s |
| 10 main @new Symbol('foo.void') | 10 main @new Symbol('foo.void') |
| 11 > s | 11 > s |
| 12 ### process terminated | 12 ### process terminated |
| 13 > s |
| 14 ### process not running, cannot step to next expression |
| 15 > s |
| 16 ### process not running, cannot step to next expression |
| 17 > q |
| OLD | NEW |