Hi Markus, 2010/9/8 Markus <[email protected]>: > Is it possible to debug with breakpoints, etc,.. with firebug-lite?
Unfortunately not. That's not an easy task because we have to talk to a runtime JavaScript debugger and each browser has its on different way of doing that, and they are generally not available via JavaScript purely (we need browser plugins/interfaces to do that). We're working to make breakpoints work in Google Chrome extension, but I don't believe it will be available for platforms like IE for instance, at least not without the help of developers specialists of IE debugging. I would love to see for example the creator of CompanionJS writing a plugin for IE to make JS debugger available using Firebug Lite interface. But until today, this is only a dream. regards, Pedro Simonetti. > > thanks in advance > > Markus > > > On 7 Sep., 18:56, Pedro Simonetti Garcia <[email protected]> > wrote: >> Hi Markus, >> >> It is the so called same-origin-policy restriction: >> >> http://getfirebug.com/wiki/index.php/Firebug_Lite_FAQ#I_keep_seeing_.... >> >> If you still have problems, send us another message. >> >> regards, >> >> Pedro Simonetti. >> >> 2010/9/7 Markus <[email protected]>: >> >> > Hi, >> >> > thanks, that helps. >> >> > But now I have a new problem: >> > I have a homepage, which based mostly on javascript. Most Javascript- >> > files are loaded from the main (index.php) via <script src..> >> > After I click on the "script"-Tab in firebug-lite, it shows the error: >> > "Access to restricted URI denied." If I choose the index.php, or the >> > firebug-lite.js the javascript content is shown. >> > Why can't firebug-lite access my included js-Files? >> >> > thanks in advance >> >> > Markus >> >> > On 6 Sep., 21:39, Pedro Simonetti Garcia <[email protected]> >> > wrote: >> >> Hi Markus, >> >> >> All files you need are zipped in the following file: >> >> >>http://getfirebug.com/releases/lite/latest/firebug-lite.tar.tgz >> >> >> Extract its content to your server and link to the following file: >> >> >> "path/to/firebug/build/firebug-lite.js" >> >> >> Firebug Lite will detect its location and will use the local image >> >> files stored at the "firebug/skin/xp" directory. >> >> >> We updated the Firebug Lite page to better organize the different >> >> distributions (stable, beta, developer), and we forgot to include the >> >> link to the zip file, as you can see in the issue report: >> >> >>http://code.google.com/p/fbug/issues/detail?id=3227 >> >> >> I'll update the instructions page soon. >> >> >> regards, >> >> >> Pedro Simonetti. >> >> >> 2010/9/6 Markus <[email protected]>: >> >> >> > Hi, >> >> >> > I wnat to install firebug Lite in My website. What do I have to do, to >> >> > get this work? >> >> > If I put the local link, described in the getfirebug-Homepage, to my >> >> > site, the firebug script says, that It must be load some other >> >> > files. >> >> > Which files do I have to copy to my Homepage? >> >> >> > thanks in advance >> >> >> > Markus >> >> >> > -- >> >> > 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 >> >> > athttp://groups.google.com/group/firebug?hl=en. >> >> > -- >> > 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 >> > athttp://groups.google.com/group/firebug?hl=en. > > -- > 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. > > -- 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.
