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

Side by Side Diff: tests/debugger/break_in_loop_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 > b loop 3 > b loop
4 breakpoint set: id: '0' method: 'loop' bytecode index: '0' 4 breakpoint set: id: '0' method: 'loop' bytecode index: '0'
5 > r 5 > r
6 10 while(true); 6 10 while(true);
7 > l 7 > l
8 7 // DartinoDebuggerCommands=b loop,r,l,q 8 7 // DartinoDebuggerCommands=b loop,r,l,q
9 8 9 8
10 9 loop() { 10 9 loop() {
11 10 while (true); 11 10 while (true);
12 11 } 12 11 }
13 12 13 12
14 13 main() { 14 13 main() {
15 > q 15 > q
16 ### process terminated
OLDNEW
« no previous file with comments | « tests/debugger/break_in_anonymous_function_test.dart ('k') | tests/debugger/break_in_other_process_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698