Does Dreamweaver CS 3 have a JavaScript debugger?
The only information about something close is that it says that I need to click on the “Preview / debug in browser” button, which opens the page, but debugging never happens when the page has an error. I also see no way to set breakpoints or go through code.
MS Visual Web Developer ( Visual Studio Express - which is free) has a debugger that can be attached to the process. Therefore, even if you are not developing it, you can debug JavaScript in any browser. It also has very rich variable clocks that allow you to expand all the decoders of an object for its corresponding values. I was hoping that Dreamweaver could at least match Visual Web Developer ...
What is the experience of using Visual Studio debugger tools with browsers without the Internet and browsers?
- Dreamweaver does not have an effective built-in debugger.
- Firebug works fine with non-Internet browsers Explorer
- Visual Studio tools work great with identifier browsers.
What works well in all directions?
source share