Does Dreamweaver CS 3 have a JavaScript debugger?
The only information on anything close is that it says I need to click on the 'preview/debug in browser' button which does open the page, but no debugging ever happens when the page has an error. I also see no way to set breakpoints or walk through the code.
MS Visual Web Developer (Visual Studio Express - which is free) has a debugger that you can attach to a process. So even if you are not developing in it, you can debug the JavaScript in any browser. It also has a very rich variable watch that allows you to drill down through all the decendants of an object for its respective values. I was hoping that Dreamweaver could at least match Visual Web Developer...
What is the experience using the Visual Studio debugger tools with non-Internet Explorer browsers?
- Dreamweaver has no effective built-in debugger.
- Firebug works great with non-Internet Explorer browsers
- Visual Studio tools work great with ID browsers
What is the one that works well across the board?