Hi to all I new in the programing in JavaScript and get the following problem.
I want to debug my code in VS2005. For IE if I write the line

debugger;

and open the IE browser, I can debug in VS2005. But of course for Firefox is not working.
I try using the Firebug extension in Firefox, but no always work like I want.
I was wandering if you know a way to Debug Firefox with VS2005.

Thanks in advanced:)

FireBug is a nice tool to debug in Mozilla.

Steps to use it:
-----------------
-run web page in Mozilla.
-open fire fox if any error is there in javascript you will find that in console,
-clicking on each error will tell you where exactly that occurs
-rectify the error.

Believe me Firebug is damn easy to use and excellent also.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.