I have set breakpoints in my code, but when I run the program it
doesn't stop.  I set a breakpoint on a line with an alert; I see the
alert, but the debugger does not stop.  I have reloaded the page with
the debugger active.  My .js file has
function checkSubstance() {
    alert("checkSubstance");
    return Interp.checkSubstance();
}

with Interp an object defined above.  No other lines in the program
give that alert.  I put a breakpoint on the alert line.  It is
triggering by manipulating a selection, defined like this in html:
<select onchange="checkSubstance()">

Firebug 1.2.0b6
iceweasel 3.0.6
Running on Debian GNU/Linux, i386, Lenny (current stable) release.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to