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

Issue 12033039: Limit textual representation of arrays in debugger (Closed)

Created:
7 years, 11 months ago by hausner
Modified:
7 years, 11 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Limit textual representation of arrays in debugger The debugger wire protocol choked when large arrays were present, because it tried to send the entire array as textual value. This change limits the size of the textual representation to about 256 characters. If elements are dropped, they are printed as … Committed: https://code.google.com/p/dart/source/detail?r=17486

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -28 lines) Patch
M runtime/bin/dbg_message.cc View 3 chunks +62 lines, -28 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
hausner
7 years, 11 months ago (2013-01-23 01:07:49 UTC) #1
srdjan
Friendly LGTM. If you agree with comments, you can do it in a different CL, ...
7 years, 11 months ago (2013-01-23 18:35:45 UTC) #2
hausner
7 years, 11 months ago (2013-01-23 18:42:00 UTC) #3
Message was sent while issue was closed.
Thank you. I do agree with your suggestions, will implement it in a follow-on
CL.

Powered by Google App Engine
This is Rietveld 408576698