>
> I'm seeing breakpoints that won't stop on a very simple example. This is 
> Firebug 2.0.1 Firefox 30.0 on a Window 7 64 bit computer.


If I try to set a breakpoint on the first line of B.js in the Script tab I 
get a rotating wheel until I refresh the page. Only then does the red dot 
appear.
After that if I refresh the page, the breakpoint is hit and I can continue 
from it.
In the breakpoints tab, I hit the red X to delete the breakpoint. It is 
deleted in the breakpoints tab but the red dot is still in the Script tab 
At this point if I refresh the page the red dot in the Script tab 
disappears, there still are no breakpoints shown in the Breakpoints tab, 
but the code breaks on the first line where the deleted breakpoint was.

HTML File:

<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<meta charset="utf-8">
<title>Basic Page</title>
</head>
<body>
<h1 id="Head">AB Head</h1>
<script src="B.js">
</body>
</html>

Javascript B.js file:

var outText = "This is B";
console.log(outText); 

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/24ba008a-08d2-4028-9bf9-f5e4d41f62a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to