Index: tests/standalone/debugger/debug_lib.dart |
=================================================================== |
--- tests/standalone/debugger/debug_lib.dart (revision 24705) |
+++ tests/standalone/debugger/debug_lib.dart (working copy) |
@@ -426,6 +426,7 @@ |
shutdownEventSeen = true; |
if (!script.isEmpty) { |
error("Error: premature isolate shutdown event seen."); |
+ error("Next expected event: ${script.currentEntry}"); |
} |
} |
} else if (msg["event"] == "breakpointResolved") { |