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

Unified Diff: tools/ddbg.dart

Issue 14251006: Remove AsyncError with Expando. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebuild DOM and rebase. Created 7 years, 8 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
Index: tools/ddbg.dart
diff --git a/tools/ddbg.dart b/tools/ddbg.dart
index e79e294c2aa12aad5c8f2870c55557e14fb17c79..41747008b9749205a92272c7374d3dd567f3b134 100644
--- a/tools/ddbg.dart
+++ b/tools/ddbg.dart
@@ -575,6 +575,7 @@ void debuggerMain() {
},
onError: (err) {
print("Error in debug connection: $err");
+ // TODO(floitsch): do we want to print the stack trace?
quitShell();
});
stdinSubscription = stdin.transform(new StringDecoder())

Powered by Google App Engine
This is Rietveld 408576698