kiddkai / atom-node-debugger

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

Persist watch variables across sessions #231

Open jpjpjp opened 7 years ago

jpjpjp commented 7 years ago

Its very handy that breakpoints persist across debug sessions. Would it be possible to also remember any watch variables used in the previous session?

joewelds commented 7 years ago

+1. It would be cool if once set a watch stayed in the tree. I'm doing a lot of cutting and pasting for small items and using chrome for items that require more watches, but would use this if watches persisted.