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

Unified Diff: runtime/vm/debugger.cc

Issue 13597004: Synced basic_debugger_test start on new "debugger initialized" message. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: added comment Created 7 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 | « no previous file | tests/standalone/debugger/debug_lib.dart » ('j') | tests/standalone/debugger/debug_lib.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.cc
===================================================================
--- runtime/vm/debugger.cc (revision 20932)
+++ runtime/vm/debugger.cc (working copy)
@@ -1576,6 +1576,9 @@
// Signal isolate creation event.
SignalIsolateEvent(Debugger::kIsolateCreated);
+ if (FLAG_verbose_debug) {
+ OS::Print("Debugger initialized\n");
hausner 2013/04/04 23:17:45 I think the handshake should even work without thi
Tom Ball 2013/04/04 23:24:56 I tried removing it and the test hangs. You're rig
+ }
}
« no previous file with comments | « no previous file | tests/standalone/debugger/debug_lib.dart » ('j') | tests/standalone/debugger/debug_lib.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698