eclipse - how to do interactive debug on nodeclipse -


I have installed kepler 2 on Windows 7 with the latest nodeclippers installed and running with NodesJ

when I debug, I do not understand why I can not go into the console box to see the values ​​of variables (like in pydev). This tells me to use "Expression View" but What is the method to enter Eclipse's interactive console to get output with the Nodeclip plugin?

What has been installed in my Eclipse Enter image details here

Besides, I know that there is a separate interactive console (see image), but I can not enter anything there, do I have some plugins missing? I tried to install the eclipse plugin - chromatates and nothing else.

Enter image details here

Nodeclip is already sent with chromedevtsol (0.3.9 vs Google chromedevolol which was 0.3.8)

Is there a way to get access to Interactive Console of Eclipse to get output with the Nodeclippers plugin?

It should be tested and / or developed

BTW: Right-click the indicated Perspective tab panel and select hide text. Toolbar panel will be more compact.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

c++ - Qt::make_shared for creating QSharedPtr as std::make_shared for creating std::shared_ptr -