cdir
cdir copied to clipboard
An interactive console.dir() for node.js similar to console.dir() in webkit.
Is there a way to hook a function to be called when selection is changed ( with reference to selected subobject as payload? )
Hi, I would like to use cdir as inspector for nested object, where sub objects are retrieved as result of async call. Are you aware if anyone has started to...
This is the error I get if I try to console.dir() when also using node's debugger: < /sites/pc_node_apps/cdir/cdir.js:10 < if (process.stdin._events.keypress[0]) { < ^ < TypeError: Cannot read property 'keypress'...
need to fix.
Got this whilst trying to use it on a req object. Let me know if you want more details about the req. node.js:201 throw e; // process.nextTick error, or 'error'...
That would be really sweet... Here's a proof-of-concept: https://gist.github.com/1702813
need tests.