Traditionally I use FireBug to debug my AJAX requests.
(传统上,我使用FireBug调试AJAX请求。)
It lets you examine both the contents of your request as well as the response that was sent back from the server. (它使您既可以检查请求的内容,也可以检查从服务器发回的响应。)
(it also notifies you in the console when these occur, which is a useful feature that Chrome seems to lack). ((当这些发生时,它还会在控制台中通知您,这是Chrome似乎缺少的有用功能)。)
In Chrome, I only seem to be able to view the requests, not the responses.
(在Chrome中,我似乎只能查看请求,而不能查看响应。)
When I try to examine the response the UI just displays "No Content Available" (Developer Tools > Resources > myRequest.php > Content). (当我尝试检查响应时,UI只会显示“无可用内容”(开发人员工具>资源> myRequest.php>内容)。)
Do I have to turn something on to make the Chrome developer tools remember these requests? (我是否必须打开电源才能使Chrome开发人员工具记住这些请求?)
EDIT: In case it matters, these requests are being made inside a Flash object.
(编辑:如果很重要,这些请求是在Flash对象内部进行的。)
ask by Ender translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…