Like firebug for debugging javascript,
is there such a feature in eclipse? or do I need a plugin?
Use the debug shell! Coming from node, I was pretty used to being able to mess with my env variables at any time using node --inspect
in chrome, and so it was imperative for me to find the same experience in eclipse without having to use JDB.
To open the debug shell, go to Window → Show View → Debug Shell
After you write the code you wish to run, simply highlight it, right click, and execute (⌘U also works)