Chapter 8
Debugging JavaScript Code
Downloads
- Chapter 8 Files (78 kb, .zip)
- All Chapter Files (1 Mb, .zip)
Chapter 8 Overview
One of the new tools added to Dreamweaver 4 is the JavaScript debugger. In this chapter, you'll learn how to use Dreamweaver's JavaScript debugger to isolate and fix problems with JavaScript code on a special copy of the Contact Us page:
- Dreamweaver's JavaScript Debugger
- Setting Breakpoints
- Stepping Through Code
- Inherent Limitations of the Debugger
- The Balance Braces Tool