I’m following https://github.com/joyent/node/wiki/Using-Eclipse-as-Node-Applications-Debugger
and leaves me with questions
- How can I see what variables contain?
- How can I execute arbitrary commands?
This is similar to webkit’s inspector. You can do both there, it has a console tab to execute whatever you want and inputing variable’s name will display its contents.
I’ve built my own tool for the time being.
https://github.com/ketamynx/node-codein