On Sat, Feb 20, 2010 at 8:30 AM, Dale Larsen <[email protected]> wrote: > Under the script tab you can choose which scripts you want to look at/ > debug. I am programming a rather complicated user interface that has > popups, panels, all the magic stuff.
jQuery? I use AJAX to get files and load > them into different areas. These files contain javascripts. This all > works fine. My problem is that I can't debug them with firebug. I get > errors, and all that in the console, but I never get correct line > numbers and I can't view the scripts to debug them. I do see them > loaded under the net tab though. Only script loaded in at page load > time are shown. > > Any one else seeing this issue with an AJAX application? > > I use jQuery's AJAX library. > Uh-huh. Take a look at the method you are calling. You might be able to make the observation for whatever happens in your "success" or "complete" handler. -- 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.
