| 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 > bf tests/debugger/nonempty_column_test.dart 13 22 | 3 > bf tests/debugger/nonempty_column_test.dart 13 22 |
| 4 ### set breakpoint id: '0' method: 'foo' bytecode index: '12' | 4 ### set breakpoint id: '0' method: 'foo' bytecode index: '12' |
| 5 > r | 5 > r |
| 6 tests/debugger/nonempty_column_test.dart:13:22 | 6 tests/debugger/nonempty_column_test.dart:13:22 |
| 7 13 int z = (y + 4) - (x + 5); | 7 13 int z = (y + 4) - (x + 5); |
| 8 > bt | 8 > bt |
| 9 * 0: foo @x | 9 * 0: foo @x |
| 10 1: main @foo() | 10 1: main @foo() |
| 11 > c | 11 > c |
| 12 ### process terminated | 12 ### process terminated |
| 13 > q |
| OLD | NEW |