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

Side by Side Diff: tests/debugger/is_check_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/frame_restart_test.dart ('k') | tests/debugger/lazy_initializer_expected.txt » ('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 > 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 @new A() 8 main @new A()
9 > s 9 > s
10 A initializer @42 10 A initializer @42
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 > s 77 > s
78 isB lazy initializer @globalA is B 78 isB lazy initializer @globalA is B
79 > s 79 > s
80 main @new C(a, b) 80 main @new C(a, b)
81 > s 81 > s
82 main @globalA 82 main @globalA
83 > s 83 > s
84 main @globalA.a 84 main @globalA.a
85 > s 85 > s
86 ### process terminated 86 ### process terminated
87 > s
88 ### process not running, cannot step to next expression
89 > q
OLDNEW
« no previous file with comments | « tests/debugger/frame_restart_test.dart ('k') | tests/debugger/lazy_initializer_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698