I am developing a web application with PHP, MySQL, and quite a bit of Javascript. I know this is a PHP forum, but I wonder if someone can tell me what sort of Javascript debugging will work with my code, which is PHP and Javascript very much intertwined, and running on Linux.
For instance, I was considering looking at the Javascript debugger in Dreamweaver 4, but I'm not quite ready to port all my code (and more significantly my database) to Windows just to debug the Javascript.
I am building for the Internet Explorer browser only, although I am still at times resorting to the Netscape browser to use the built-in javascript console. Still, errors are vague and almost never give the true line number.
Is there any decent Javascript debugger that will allow me to keep my PHP web application on my Linux server while I debug???
Thanks!
Chris