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

Side by Side Diff: tests/debugger/print_local_structure_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 breakHere 3 > b breakHere
4 ### set breakpoint id: '0' method: 'breakHere' bytecode index: '0' 4 ### set breakpoint id: '0' method: 'breakHere' bytecode index: '0'
5 > r 5 > r
6 tests/debugger/print_local_structure_test.dart:31:1 6 tests/debugger/print_local_structure_test.dart:31:1
7 31 breakHere() { } 7 31 breakHere() { }
8 > f 1 8 > f 1
9 > p *a 9 > p *a
10 Instance of 'A' { 10 Instance of 'A' {
11 S0.str: 'spaß' 11 S0.str: 'spaß'
12 S1.i: 42 12 S1.i: 42
13 S1.i2: 8589934592 13 S1.i2: 8589934592
14 S2.n: null 14 S2.n: null
15 S2.d: 42.42 15 S2.d: 42.42
16 S3.shadowMe: 0 16 S3.shadowMe: 0
17 A.shadowMe: 42 17 A.shadowMe: 42
18 A.t: true 18 A.t: true
19 A.f: false 19 A.f: false
20 } 20 }
21 > p *i 21 > p *i
22 42 22 42
23 > c 23 > c
24 ### process terminated 24 ### process terminated
25 > q
OLDNEW
« no previous file with comments | « tests/debugger/patched_constructor_expected.txt ('k') | tests/debugger/print_local_structure_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698