ilyxa20 / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 0 forks source link

Debugger: don't inspect large arrays #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a breakpoint and inspect a very large array
2. Debugger will try to show the entire array content and freeze FD
3.

What is the expected output? What do you see instead?
Display a limited number of items by security (maybe 90 first, ..., 10 last)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by philippe...@gmail.com on 8 Dec 2011 at 9:07

GoogleCodeExporter commented 8 years ago
Related forum thread:
http://www.flashdevelop.org/community/viewtopic.php?f=6&t=9201

Original comment by philippe...@gmail.com on 8 Dec 2011 at 9:24

GoogleCodeExporter commented 8 years ago
Showing only a limited number of elements (500) and then loading more, when 
double clicking on "..."

Original comment by damjan.cvetko@gmail.com on 29 May 2012 at 1:53