Symfony Profiler:显示响应内容?

Symfony Profiler: show response content?

目前正在使用 Postman REST 客户端调试我的 ajax 调用,我想知道是否有办法 显示响应内容Symfony 分析器 中的 ajax 响应 ?

我似乎只能在 Response 选项卡中找到 Response Headers...

我可能会误导自己,执行这样的功能甚至是分析器的角色吗?

任何对相关主题的回应、解释或link将不胜感激。

谢谢你,祝你有美好的一天!

[is] there a way to show the response content of an ajax response inside the Symfony profiler ?

没有内置的方式来查看此类信息。这会超出性能分析器的范围,它会显示您的 PHP 应用程序的配置文件。

但是,在工具栏本身上,您可以看到呈现页面时发出的 ajax 请求。您可以点击特定 ajax 请求的配置文件,或复制它们的 URL。

此功能was introduced in Symfony 2.6