Chromium Code Reviews| Index: runtime/vm/object.cc |
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
| index ff296e3cc91b9709caefa3ca79101776c8c2ee4f..b02836e6994c36fb53e8cc0d1864d94f99ef3b4e 100644 |
| --- a/runtime/vm/object.cc |
| +++ b/runtime/vm/object.cc |
| @@ -9903,6 +9903,7 @@ void Library::PrintJSONImpl(JSONStream* stream, bool ref) const { |
| if (ref) { |
| return; |
| } |
| + jsobj.AddProperty("debuggable", IsDebuggable()); |
| { |
| JSONArray jsarr(&jsobj, "classes"); |
| ClassDictionaryIterator class_iter(*this); |