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

Side by Side Diff: tests/debugger/finish_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/find_file_test.dart ('k') | tests/debugger/finish_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 > b 3 > b
4 ### set breakpoint id: '0' method: 'main' bytecode index: '0' 4 ### set breakpoint id: '0' method: 'main' bytecode index: '0'
5 > r 5 > r
6 tests/debugger/finish_test.dart:17:3 6 tests/debugger/finish_test.dart:17:3
7 17 foo(); 7 17 foo();
8 > s 8 > s
9 tests/debugger/finish_test.dart:14:14 9 tests/debugger/finish_test.dart:14:14
10 14 int foo() => 32; 10 14 int foo() => 32;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 tests/debugger/finish_test.dart:22:3 68 tests/debugger/finish_test.dart:22:3
69 22 a.z(); 69 22 a.z();
70 > s 70 > s
71 tests/debugger/finish_test.dart:11:14 71 tests/debugger/finish_test.dart:11:14
72 11 int z() => y(); 72 11 int z() => y();
73 > finish 73 > finish
74 tests/debugger/finish_test.dart:10:14 74 tests/debugger/finish_test.dart:10:14
75 10 int y() => 32 + 32 + _x; 75 10 int y() => 32 + 32 + _x;
76 > c 76 > c
77 ### process terminated 77 ### process terminated
78 > q
OLDNEW
« no previous file with comments | « tests/debugger/find_file_test.dart ('k') | tests/debugger/finish_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698