Link to home
Start Free TrialLog in
Avatar of Member_5340450
Member_5340450

asked on

What is the best Javascript / Ajax debugger?

I'm getting tired of the Firebug limitations looking at Ajax code. What do you think is the best Ajax debugger?
Avatar of leakim971
leakim971
Flag of Guadeloupe image

<< Firebug limitations >>

What do you need?
Avatar of Member_5340450
Member_5340450

ASKER

I want to step through the code so I can see what it's doing. But with firebug I have to know where the code starting point, when I don't necessarily know which of the 15 files it offers has the code I need. I need something more dependable too as my firefox installations have been crashing. I want a real IDE.
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
not free but a trial is available, if you don't find it, let me know, I know how to found it
Oh so there are no open source tools then?
There's a good one on Eclipse but you ask for the best...  IMHO the MS is the best...

http://www.eclipse.org/webtools/jsdt/
http://www.eclipse.org/atf/flash/index4.php
thanks