the problem appears when I add line 26 "console.log(dwarfs [idx].Name);" into the example script as the tutorial step 4 shows.
Attempts to open that sample file into the browser, causes a failure in Firefox 3.05. The failure is that the page never really opens it just keeps 'trying' to open the page as if stuck in a loop. To make the page work again, I must: -- close down Firefox, -- comment out the console.log(..) line in a file editor -- then re-open the file in the browser. After the file is successfully opened into the browser, I can : -- open firebug, -- remove the comment slashes with the editor, -- refresh the screen and -- set a breakpoint with firebug on line 26. but, the breakpoint lists as "undefined", and my attempt to set a condition on the breakpoint will not work. I hope this better explains the problem On Jan 11, 9:31 am, John J Barton <[email protected]> wrote: > I don't understand what problem you have. The link is to a tutorial > about breakpoints but your title is about console.log and your > description is confusing me. > > jjb > > On Jan 10, 2:15 pm, JP <[email protected]> wrote: > > > anyone have an answer to this problem yet ? > > > On Jan 9, 10:15 am, JP <[email protected]> wrote: > > > > having the same problem as "Dee" here: > > > >http://michaelsync.net/2007/09/30/firebug-tutorial-script-tab-javascr... > > > > "'conditional breakpoint' example of step 4 does not add anything to > > > the code and isn’t working in the 1.3 version of firebug this date. > > > > The blue window pops up, the condition is entered, but console.log > > > (stuff) does not appear…" > > > > breakpoint comes back as undefined. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
