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

Unified Diff: src/shared/connection.h

Issue 2065933004: Support for accessing arrays in the debugger (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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: src/shared/connection.h
diff --git a/src/shared/connection.h b/src/shared/connection.h
index e59795298819ea0e5288ba70078b4a19f1596660..cba49e597f321079fd985a7eaa17c538c7789a51 100644
--- a/src/shared/connection.h
+++ b/src/shared/connection.h
@@ -157,7 +157,9 @@ class Connection {
kString,
kInstance,
kClass,
- kInstanceStructure
+ kArray,
+ kInstanceStructure,
+ kArrayStructure,
};
Connection();

Powered by Google App Engine
This is Rietveld 408576698