Does DW cs3 have a javascript debugger? The only info on anything close to is 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 break points or walk through the code. Thanks in advance.
Update 2
I thought I'd update my question with this since no one mentioned it. 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 js 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 DW could at least match VWD...
Update 3
In order to make this question truely useful to others who search for the answer to this, has anyone tried the Visual Studio debugger tools with non IE browsers?
- Dreamweaver has no effective built in debugger.
- Firebug works great with non IE browsers
- Visual Studio tools work great with ID browsers
So is the one that works well across the board?