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

Side by Side Diff: tests/debugger/frame_restart_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/finish_test.dart ('k') | tests/debugger/frame_restart_test.dart » ('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 > 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 10 6 10
7 9 7 9
8 8 8 8
9 7 9 7
10 6 10 6
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 11: foo @foo(i - 1) 83 11: foo @foo(i - 1)
84 12: main @foo(10) 84 12: main @foo(10)
85 > d 0 85 > d 0
86 ### deleted breakpoint id: '0' method: 'breakHere' bytecode index: '0' 86 ### deleted breakpoint id: '0' method: 'breakHere' bytecode index: '0'
87 > f 3 87 > f 3
88 > restart 88 > restart
89 2 89 2
90 1 90 1
91 0 91 0
92 ### process terminated 92 ### process terminated
93 > q
OLDNEW
« no previous file with comments | « tests/debugger/finish_test.dart ('k') | tests/debugger/frame_restart_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698