Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: tests/debugger/empty_column_expected.txt

Issue 2029723004: Don't quit debugger when the program terminates, only after `quit`. Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/debugger/debugger_tests.dart ('k') | tests/debugger/empty_column_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/empty_column_test.dart 12 1 3 > bf tests/debugger/empty_column_test.dart 12 1
4 ### set breakpoint id: '0' method: 'foo' bytecode index: '2' 4 ### set breakpoint id: '0' method: 'foo' bytecode index: '2'
5 > r 5 > r
6 tests/debugger/empty_column_test.dart:12:11 6 tests/debugger/empty_column_test.dart:12:11
7 12 int y = 3; // break here. 7 12 int y = 3; // break here.
8 > c 8 > c
9 ### process terminated 9 ### process terminated
10 > q
OLDNEW
« no previous file with comments | « tests/debugger/debugger_tests.dart ('k') | tests/debugger/empty_column_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698