Hey Wes-
You need to get firebug for firefox. It will show you the request and response in the console for ajax requests. SO you can still view the entire stack trace.
-Ezra
Hey Wes-
You need to get firebug for firefox. It will show you the request and response in the console for ajax requests. SO you can still view the entire stack trace.
-Ezra
Hey Wes-
It happens down in the console view of the browser. You can see it make the ajax POST's and then if you click on one of them that failed you can see the response from the server, which is a stack trace. Here's a screen shot:
http://brainspl.at/firebug.png
-Ezra