| 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 > b resume | 3 > b resume |
| 4 ### set breakpoint id: '0' method: 'resume' bytecode index: '0' | 4 ### set breakpoint id: '0' method: 'resume' bytecode index: '0' |
| 5 > r | 5 > r |
| 6 tests/debugger/list_processes_test.dart:26:3 | 6 tests/debugger/list_processes_test.dart:26:3 |
| 7 26 port.send(42); | 7 26 port.send(42); |
| 8 > lp | 8 > lp |
| 9 | 9 |
| 10 process 0 | 10 process 0 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 | 24 |
| 25 process 0 | 25 process 0 |
| 26 * 0: resume @port | 26 * 0: resume @port |
| 27 1: call @resume(channel, p1) | 27 1: call @resume(channel, p1) |
| 28 | 28 |
| 29 process 1 | 29 process 1 |
| 30 * 0: call @c.receive() | 30 * 0: call @c.receive() |
| 31 | 31 |
| 32 > c | 32 > c |
| 33 ### process terminated | 33 ### process terminated |
| 34 > q |
| OLD | NEW |