kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Variable values are truncated #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a variable with value that has 1000+ characters.
2. Try to see it in debugger.
3. Variable is truncated

This seems to be a Chrome issue - the value in Web Inspector is truncated 
just the same. It looks like the Eclipse-based debugger has currently no way 
to see full value.

Original issue reported on code.google.com by eostrouk...@gmail.com on 25 Mar 2010 at 6:32

GoogleCodeExporter commented 8 years ago

Original comment by peter.ry...@gmail.com on 3 Aug 2010 at 9:42

GoogleCodeExporter commented 8 years ago
Context menu "Load Full Value" added. Committed in HEAD. Targeted to 0.1.8 
release.

Original comment by peter.ry...@gmail.com on 23 Sep 2010 at 3:12

GoogleCodeExporter commented 8 years ago
Fixed in 0.2.0 release.

Original comment by peter.ry...@gmail.com on 22 Jan 2011 at 12:09