1

I am running Eclipse Kepler 2 on Windows 7 with latest nodeclipse installed and nodejs

When I debug, I don't understand why i cannot enter into the console box to see the values of variable (like in pydev). This document tells me to use "Expression View". But is there a way to enter into interactive console of eclipse to get output with nodeclipse plugin?

Here is what is installed in my eclipse. enter image description here

Also, I see that there is a separate interactive console (see image), but i can't seem to enter anything over there. Am i missing some plugins? I tried installing eclipse plugin - chromedevtools and nothing.

enter image description here

4

1 回答 1

0

Nodeclipse 已经附带了 chromedevtools(0.3.9 与 0.3.8 的 Google chromedevtools)

有没有办法进入 Eclipse 的交互式控制台以使用 nodeclipse 插件获取输出?

它应该在https://github.com/nodeclipse/nodeclipse-1/进行测试和/或开发

顺便说一句:提示右键单击透视选项卡面板并选择隐藏文本。工具栏面板将更加紧凑。

于 2014-10-11T02:09:41.893 回答