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

Side by Side Diff: tests/debugger/async_expected.txt

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 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/dartino_tests/zone_helper_tests.dart ('k') | tests/debugger/async_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 breakpoint set: id: '0' method: 'breakHere' bytecode index: '0' 4 breakpoint set: id: '0' method: 'breakHere' bytecode index: '0'
5 > r 5 > r
6 tests/debugger/async_test.dart:12:1 6 tests/debugger/async_test.dart:12:1
7 12 void breakHere() { } 7 12 void breakHere() { }
8 > bt 8 > bt
9 * 0: breakHere @void breakHere() {} 9 * 0: breakHere @void breakHere() {}
10 > t internal 10 > t internal
11 ### internal frame visibility set to: true 11 ### internal frame visibility set to: true
12 > bt 12 > bt
13 * 0: breakHere @void breakHere() {} 13 * 0: breakHere @void breakHere() {}
14 1: call 14 1: call
15 2: Future.call @computation() 15 2: Future.call @computation()
16 3: Object._noSuchMethodTrampoline 16 3: Object._noSuchMethodTrampoline
17 4: _FletchTimer.call @_callback() 17 4: _DartinoTimer.call @_callback()
18 5: runToEnd @entry() 18 5: runToEnd @entry()
19 6: Fiber.call @fletch.runToEnd(entry) 19 6: Fiber.call @dartino.runToEnd(entry)
20 7: Coroutine._coroutineStart @entry(argument) 20 7: Coroutine._coroutineStart @entry(argument)
21 > c 21 > c
22 ### process terminated 22 ### process terminated
OLDNEW
« no previous file with comments | « tests/dartino_tests/zone_helper_tests.dart ('k') | tests/debugger/async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698