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

Side by Side Diff: tests/debugger/accessors_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 > t verbose 3 > t verbose
4 ### verbose printing set to: false 4 ### verbose printing set to: false
5 > b main 5 > b main
6 ### set breakpoint id: '0' method: 'main' bytecode index: '0' 6 ### set breakpoint id: '0' method: 'main' bytecode index: '0'
7 > r 7 > r
8 main @40 8 main @40
9 > s 9 > s
10 main @2 10 main @2
(...skipping 30 matching lines...) Expand all
41 > s 41 > s
42 A.y @value 42 A.y @value
43 > s 43 > s
44 A.y @_y = value 44 A.y @_y = value
45 > s 45 > s
46 A.y @=> _y = value; 46 A.y @=> _y = value;
47 > s 47 > s
48 main @a.y = 32 48 main @a.y = 32
49 > s 49 > s
50 ### process terminated 50 ### process terminated
51 > s
52 ### process not running, cannot step to next expression
53 > q
OLDNEW
« no previous file with comments | « tests/dartino_compiler/incremental/incremental_test_runner.dart ('k') | tests/debugger/async_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698