Chromium Code Reviews| 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
|
| + } |
| } |