Ch 4, pg 110, FireBug breakpoint problem
I set the break point as directed, but it is not stopping code execution. When I look at the breakpoint in the breakpoint list it is labeled as undefined. I also note that the other lines of javascript in the function writeTimesTable() are numbered in green, the lines in the script that calls the function are not in green.
I have been searching online for a solution to this and the general discussion seems centered around proper activation of FireBug, and reloading the script. I have tried many times to follow those suggestions, no luck.
|