On Sep 9, 8:35 am, jigarshah <[email protected]> wrote: > Say we are making an ajax call. and it returns response as html page > with certain javascript files in it. Firebug does not show those files > in script panel. is there a way to debug them ?
If you put the response inside an iframe or evaluate the script using eval() then you'll see it in the Script panel. Honza -- 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.
