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

Side by Side Diff: tests/debugger/break_in_other_process_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 foo 3 > b foo
4 ### set breakpoint id: '0' method: 'foo' bytecode index: '0' 4 ### set breakpoint id: '0' method: 'foo' bytecode index: '0'
5 > r 5 > r
6 tests/debugger/break_in_other_process_test.dart:12:14 6 tests/debugger/break_in_other_process_test.dart:12:14
7 12 int foo() => 42; 7 12 int foo() => 42;
8 > bt 8 > bt
9 * 0: foo @42 9 * 0: foo @42
10 1: other @foo() 10 1: other @foo()
11 2: call @other(port) 11 2: call @other(port)
12 > c 12 > c
13 ### process terminated 13 ### process terminated
14 > q
OLDNEW
« no previous file with comments | « tests/debugger/break_in_loop_expected.txt ('k') | tests/debugger/break_in_other_process_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698