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

Unified Diff: runtime/observatory/test/source_location_test.dart

Issue 993613002: Implement 'print', 'up', 'down', and 'frame' commands in the Observatory debugger. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/test/debugging_test.dart ('k') | runtime/vm/debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/source_location_test.dart
diff --git a/runtime/observatory/test/source_location_test.dart b/runtime/observatory/test/source_location_test.dart
index 0cdd07cd335857dd38a257808a6d4c1f0592945d..e0cdd2113e7f4512da7cd7a4c348fb9bfe25815b 100644
--- a/runtime/observatory/test/source_location_test.dart
+++ b/runtime/observatory/test/source_location_test.dart
@@ -22,6 +22,7 @@ class TestDebugger extends Debugger {
Isolate isolate;
ServiceMap stack;
+ int currentFrame = 0;
}
void source_location_dummy_function() {
« no previous file with comments | « runtime/observatory/test/debugging_test.dart ('k') | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698