After reading the issue, I understand... However, as mentioned in the dialog it's a common practice to post ajax requests to the same url. In this case, the post is handled by the same php script that creates the page. For some reason, I don't recall this being an issue with earlier versions of FireBug but I can't be sure. I've found that Chrome enables me to debug the Javascript code even if the ajax reply is handled and sent using the same url. Thanks for the heads up.
On Sunday, August 19, 2012 5:29:50 PM UTC-4, gbellucci wrote: > > I'm trying to debug an inline javascript routine. > > I have a jQuery script that is part of a page. I can set a breakpoint on a > line of the inline JavaScript. A mouse event sends an ajax request (json) > to the server and the server echos a json response. The response overwrites > the script displayed in the Firebug script tab - preventing me from being > able to step through the inline javascript. Does anyone know a way to > prevent the response from wiping out the script display panel? > -- 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 https://groups.google.com/forum/#!forum/firebug
