Try inserting this line in your script where you want the code to be stopped:
debugger; Then, when you load that script via XHR it should stop on that line. Pedro Simonetti. 2011/10/12 StuperUser <[email protected]> > Hi Sebastian, > > Thanks for that the terminology links are great for clarity. > > Unfortunately the scripts aren't appearing in the Script Location > Menu. > > I am using Firebug version 1.8.3 and Firefox version 7.01, but this is > an issue for all of my colleagues with various combinations of FB > versions and FF versions. > > On Oct 12, 2:38 pm, Sebo <[email protected]> wrote: > > Just make sure you have all selected as script type< > http://getfirebug.com/wiki/index.php/Script_Panel#Script_Type_Menu>. > > Then as soon as the AJAX request is done the new code should be listed > > inside the Script Location Menu< > http://getfirebug.com/wiki/index.php/Script_Panel#Script_Location_Menu>. > > Please see the Firebug terminology< > http://getfirebug.com/wiki/index.php/Firebug_Terminology>in the case it's > unclear what is meant. > > > > Sebastian > > -- > 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.
