Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have used NetBeans many times in the past, but having just reviewed the Oracle version of the site and training videos I am worried that NetBeans post acquisition is not a good choice for a new project I am embarking upon. It's a sense I get from the videos and the oraclization of everything.

For instance support for the javascript debugger has been dropped which I find quite odd given only increasing importance of JavaScript in development projects. I just finished a project in Visual Studio 2010 and the javascript debugger made all the difference.

Does Eclipse have a good JavaScript debugger? FireBug really has its limitations.

(FYI - This is not an argumentative question. I really need some wisdom on this).

Thanks,

Guido

share|improve this question
1  
what firebug's limitations are you thinking about? – ascanio May 19 '11 at 18:22
1  
I appreciate that you need some wisdom, but that doesn't make this any less subjective. I've voted to move to Programmers, which is just for programming-related subjective/discussion posts. And to answer you, yes, Eclipse has a good JS debugger: Aptana Studio. – Lord Torgamus May 19 '11 at 18:22
@Lord Torgamus: I have used Aptana Studio in the past, but (to me) it did not compare to the one in VisualStudio. Frankly, as I remember, it was difficult just to connect to the web page in question. I have been working solo for sometime, so I have not been able to have someone peer over my shoulder. – Guido Anselmi May 19 '11 at 18:24
@ascanio: It is hard to say, I am very much used to the debuggers that are used in IDEs for Java and C#. Firebug never seemed to work as well, and I often had a hard time understanding where the errors were or how to navigate to a particular item. I used it for about an month, then switched to VisualStudio's. – Guido Anselmi May 19 '11 at 18:26
@Guido Anselmi i understand what you say but i never thorougly used VS. For me the ideal place to debug javascript is on the client side, and i hardly can imagine a better product than firebug.. – ascanio May 19 '11 at 18:32
show 2 more comments

closed as not constructive by Lord Torgamus, whaley, BalusC, Raynos, interjay May 19 '11 at 18:42

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 3 down vote accepted

This question does not have a quantifiable, objective answer, but here is my opinion:

I recently installed NetBeans 7.0, and am very pleased with its JavaEE, Javascript, and PHP support. The Javascript debugger works as expected, and the interface is much cleaner and more intuitive than Eclipse. I have completely abandoned Eclipse in favor of NetBeans.

share|improve this answer
NetBeans still has a JavaScript debugger? I thought it was dropped. It does not show in the product documentation: netbeans.org/features/javascript – Guido Anselmi May 19 '11 at 18:30
It is working in the lastest version. – George Cummins May 19 '11 at 18:31
Netbeans vs eclipse is a personal preference. There both good at Java, I prefer the netbeans UI and the netbeans JS support. – Raynos May 19 '11 at 18:31
@Guido who even uses a JS debugger? Just well placed console.log statements will do. – Raynos May 19 '11 at 18:31
@George & Raynos: I prefer NetBeans too. Well let me install 7.0 and see if it is a "secret" feature. – Guido Anselmi May 19 '11 at 18:32
show 2 more comments

Not the answer you're looking for? Browse other questions tagged or ask your own question.