作者:夕阳的春天8989_110 | 来源:互联网 | 2023-05-17 12:04
ThelastapplicationIworkedon,IwasabletoseetheAjaxcallsinsidetheconsoletaboffirebu
The last application I worked on, I was able to see the Ajax calls inside the console tab of "firebug" and clearly see the requests and responses and do some debugging.
我工作的最后一个应用程序,我能够在“firebug”的控制台选项卡中看到Ajax调用,并清楚地看到请求和响应并进行一些调试。
This new application that I'm working on makes a lot of use of Ajax; however, the calls are not displayed in the console tab. My Ajax datatype is JSON.
我正在开发的这个新应用程序大量使用Ajax;但是,呼叫不会显示在控制台选项卡中。我的Ajax数据类型是JSON。
Is this something related to the application? And what do you recommend to use for debugging when working with Ajax.
这是与申请有关的事吗?在使用Ajax时,您建议使用什么来进行调试?
Thanks
谢谢
2 个解决方案