kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Object references or IDs in tree #183

Closed Redsandro closed 7 years ago

Redsandro commented 7 years ago

Can we get a reference identification in the tree view for objects/arrays?

req: Object
    connection: Object { ... } #15
    res: Object { ... } #16
    trailers: Object { ... } #17
res: Object { ... } #16

Eclipse does something similar:

image

It's convenient for eyeballing references.

codecontemplator commented 7 years ago

Sounds like low hanging fruit. Why not? I think it is a good idea.

Redsandro commented 7 years ago

https://youtu.be/-QRZpligDOs

On Sat, Sep 3, 2016, 21:36 Daniel Brännström notifications@github.com wrote:

Sounds like low hanging fruit. Why not? I think it is a good idea.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kiddkai/atom-node-debugger/issues/183#issuecomment-244565810, or mute the thread https://github.com/notifications/unsubscribe-auth/ABn5MWnlD7BNCqwyk5ZxE40RbgWaNLjuks5qmcw7gaJpZM4JXN8o .

codecontemplator commented 7 years ago

Implemented and merged to master. Sample screen shot:

image