atom-node-debugger icon indicating copy to clipboard operation
atom-node-debugger copied to clipboard

Long arrays choke debugger on expand

Open Redsandro opened this issue 9 years ago • 1 comments
trafficstars

Have an array with thousands of values, and the debugger will take a long time freezing.

Debuggers like Eclipse divide this in groups of 100 for that purpose:

v testArray: Array
    length: 3000
    > [0..99]
    > [100..199]
    > [200..299]

etc

Redsandro avatar Apr 22 '16 03:04 Redsandro

Good idea.

codecontemplator avatar Apr 30 '16 23:04 codecontemplator