4

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.

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

4

3 に答える 3

1

残念ながら正確な答えではありませんが、この情報が役立つかもしれません。

Eclipse ヘルプ - Eclipse
Fireclipse の実行: FF から直接 Eclipse にデバッグする

于 2008-09-12T12:45:15.223 に答える
0

私はまだこれを試していませんが、興味深いJavascript DebugToolkit2.0.0に見えます

また、 aptanaはかなり良いと聞きました

于 2008-11-26T23:24:18.830 に答える
0

逆に考えたことはありますか?それはEclipseを開始することを意味し、そこでFirebugを含むデバッグセッションを開始しますか?

それが答えである場合は、 Aptana Studio用のJavaScript デバッガーのインストール の説明を参照してください。全体をロードする代わりに、Eclipse 内に Aptana をインストールするオプションがあります。

警告:私はそれを試したことはありませんが、現在、Rails のプログラミングに Aptana を使用しています。おそらく近い将来に使用する予定です。

于 2008-12-12T14:33:26.997 に答える