You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
vara=5;varabc=6;varhttp=require('http');
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: