Quantcast
Channel: Recent Posts in Pragmatic Guide to JavaScript | Pragmatic Forums
Viewing all articles
Browse latest Browse all 20

JavaScript Debugging posted by James Coulter @ Tue, 14 Sep 2010 19:47:54 +0000

$
0
0

Hi,

Bought the beta pdf version today and started with the Firefox/Firebug example starting on page 114. Ran into a problem setting a breakpoint for the base variable (Firebug gave a ReferenceError). Fixed it by adding a var base = 0 declaration at the top of the debugbench.js script. Works fine now.

Cheers,

Jim


Viewing all articles
Browse latest Browse all 20

Trending Articles