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

Side by Side Diff: tests/debugger/fibers_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/empty_variable_declaration_expected.txt ('k') | tests/debugger/fibers_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 print 3 > b print
4 ### set breakpoint id: '0' method: 'print' bytecode index: '0' 4 ### set breakpoint id: '0' method: 'print' bytecode index: '0'
5 > r 5 > r
6 tests/debugger/fibers_test.dart:12:5 6 tests/debugger/fibers_test.dart:12:5
7 12 print('$marker ${i}'); 7 12 print('$marker ${i}');
8 > c 8 > c
9 b 0 9 b 0
10 tests/debugger/fibers_test.dart:12:5 10 tests/debugger/fibers_test.dart:12:5
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 12 print('$marker ${i}'); 62 12 print('$marker ${i}');
63 > fibers 63 > fibers
64 64
65 fiber 0 65 fiber 0
66 * 0: run @print('${marker} ${i}') 66 * 0: run @print('${marker} ${i}')
67 1: call @run('a') 67 1: call @run('a')
68 68
69 > c 69 > c
70 a 1 70 a 1
71 ### process terminated 71 ### process terminated
72 > q
OLDNEW
« no previous file with comments | « tests/debugger/empty_variable_declaration_expected.txt ('k') | tests/debugger/fibers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698