Open
Description
I recently installed Nodeclipse and have been having an issue. When in debug mode it always says "Failed to read variables" in the Variables window. I've tried it with different scripts and it always does that. The only work around I've been able to find is using the Expressions window because I'm able to type in the variable name there to view it still. However, it's a bit annoying to have to type in all the variable names into the Expressions window to view them. Below is a screen capture of the problem occurring, along with the code that is being debugged as a node application.
var a = 5;
var abc = 6;
var http = require('http');