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

Side by Side Diff: tests/debugger/break_line_pattern_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
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/break_line_pattern_test.dart 10 x 3 > bf tests/debugger/break_line_pattern_test.dart 10 x
4 ### set breakpoint id: '0' method: 'main' bytecode index: '6' 4 ### set breakpoint id: '0' method: 'main' bytecode index: '6'
5 > r 5 > r
6 tests/debugger/break_line_pattern_test.dart:10:17 6 tests/debugger/break_line_pattern_test.dart:10:17
7 10 var z = 30 + (x + 10) + (y + 20); 7 10 var z = 30 + (x + 10) + (y + 20);
8 > bt 8 > bt
9 * 0: main @x 9 * 0: main @x
10 > c 10 > c
11 ### process terminated 11 ### process terminated
12 > q
OLDNEW
« no previous file with comments | « tests/debugger/break_in_other_process_test.dart ('k') | tests/debugger/break_line_pattern_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698