On Dec 2, 12:52 pm, rvt <[EMAIL PROTECTED]> wrote:
> I confirm that firebug does not stop on breakpoints.
Firebug does stop at breakpoints every day for me. So there must be
something different about your situation.
>
> I have installed version 1.2.1 on FF 2.0.0.18
Right off I'd upgrade to FF3.0.4, you might succeed on FF2, but I
start by trying in FF3. We did some testing on FF2 for Firebug 1.2,
but we don't regularly use it.
>
> Ihave created new profile, but that did not help anyway. The only
> extension disappeared in new profile is firebug. And DOM Inspector and
> GoogleGears were still there.
Then somehow you did not succeed at creating a new profile.
>
> On Nov 26, 8:53 pm, John J Barton <[EMAIL PROTECTED]> wrote:
>
> > Which version did you install?
>
> > Do you have other extensions? If yes, try a new firefox
> > profile:http://kb.mozillazine.org/Profile_Manager
>
> > jjb
>
> > On Nov 26, 9:00 am, user52 <[EMAIL PROTECTED]> wrote:
>
> > > I just installed Firebug today, and it doesn't stop at any of the
> > > breakpoints that I add. I even tried using a
> > > tutorial,http://michaelsync.net/2007/09/30/firebug-tutorial-script-tab-javascr....
> > > I put the breakpoint on line 7 like it wanted and it still didn't
> > > break. I copy/pasted the code at first, then I downloaded the sample
> > > file,http://www.esnips.com/doc/f062a0cf-00c6-44ee-a3a7-1867457b69a9/Firebu....
> > > Both ways failed to work.
>
> > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> > > <html xmlns="http://www.w3.org/1999/xhtml" >
> > > <head>
> > > <title>Javascript Debugging with Firebug</title>
> > > <script type="text/javascript">
> > > function doSomething(){
> > > var lbl = document.getElementById('messageLabel');
> > > lbl.innerHTML = "I just did something.";}
>
> > > </script>
>
> > > </head>
> > > <body>
> > > <div>
> > > <div id="messageLabel"></div>
> > > <input type="button" value="Click Me!" onclick="doSomething();" />
> > > </div>
> > > </body>
> > > </html>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---