user603749
user603749

Reputation: 1763

Debugging NodeJS with Eclipse nodeclipse issues

I can debug nodejs with the nodeclipse plugin. The only issue I have is the hover over during single stepping does not show complete properties list. Is this something I can fix?

Also can someone create add nodeclipse tag line please?

Upvotes: 0

Views: 129

Answers (1)

Paul Verest
Paul Verest

Reputation: 63872

All project properties are shown as a tree in Variables View, you can also use Expression View. This is standard Eclipse experience.

Upvotes: 1

Related Questions