I am using firefox+firebug for javascript development. While setting breakpoints in the scripts,for certain files, it allows and for some files, but for certain files it doesn't [which are loaded, and throws alert messages, if I put alert() there]. If I try to set break point at that line, the red-dot is marked at the last line of the script file, instead of the place where I needed. I am attaching a screenshot of the issue.
Line 56 is where I wanted the breakpoint, but the breakpoint automatically moves/set at line-66, which is at the end of script file
