On Wed, 2009-10-21 at 14:15 -0700, John J Barton wrote: > Ross, Firebug 1.4 works on Firefox 3.0. http://getfirebug.com/releases. > jjb Thanks. That seems to have done the trick. Restarting firefox was not sufficient.
Ross > > On Oct 21, 1:53 pm, Ross Boylan <[email protected]> wrote: > > Also, breakpoints were working earlier. > > iceweasel = firefox - some copyright restriction. > > Both firebug and iceweasel are from Debian packages. > > Ross > > > > On Wed, 2009-10-21 at 13:09 -0700, Ross wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
