如何配置 Firebug 以使用 Eclipse/Netbeans 作为编辑器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/58551/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 16:09:20  来源:igfitidea点击:

How do I configure Firebug to use Eclipse/Netbeans as editor

eclipsenetbeansfirebug

提问by awi

I want to use a real IDE for editing javascript files in combination with Firebug. In the 'Add editor' dialog for Firebug I'm allowed to specify executable and arguments. So the question is really how do I open a file in Eclipse/Netbeans from the command line.

我想结合 Firebug 使用真正的 IDE 来编辑 javascript 文件。在 Firebug 的“添加编辑器”对话框中,我可以指定可执行文件和参数。所以问题实际上是如何从命令行在 Eclipse/Netbeans 中打开文件。

Extra points for allowing me to choose between opening a new Eclipse/netbeans instance and reusing an already running one.

允许我在打开新的 Eclipse/netbeans 实例和重用已经运行的实例之间进行选择的额外点。

回答by andyuk

Not an exact answer I'm afraid, but this information might help.

恐怕不是一个确切的答案,但这些信息可能会有所帮助。

Eclipse Help - Running Eclipse
Fireclipse: Debug from FF straight into Eclipse

Eclipse 帮助 - 运行 Eclipse
Fireclipse:从 FF 直接调试到 Eclipse

回答by Craig Angus

I havent tried this yet but looks interesting Javascript Debug Toolkit 2.0.0

我还没有尝试过,但看起来很有趣Javascript Debug Toolkit 2.0.0

Also I have heard that aptanais pretty good

我也听说aptana很不错

回答by mliebelt

Ever though about the other way round? That means to start eclipse, start there a debug session with Firebug included?

有没有想过反过来?这意味着要启动 eclipse,在那里启动一个包含 Firebug 的调试会话?

If that could be an answer, see the explanation under Installing the JavaScript degbuggerfor the Aptana Studio. There is an option to install Aptana inside eclipse instead of loading the whole thing.

如果这可能是一个答案,请参阅为Aptana Studio安装 JavaScript 调试器下的说明。有一个选项可以在 eclipse 中安装 Aptana 而不是加载整个东西。

Caveat:I have never tried that, but I use currently Aptana for programming Rails, perhaps I will use that in the near future.

警告:我从未尝试过,但我目前使用 Aptana 来编写 Rails,也许我会在不久的将来使用它。