问题描述
我正在使用4.4.4.8版的Fiddler Web调试器工具.
I'm working with Fiddler Web Debugger tool version 4.4.4.8.
我已向例如www.google.com和小提琴手显示已发送请求并已收到响应.
I've made a request to e.g. www.google.com and fiddler shows that a request is sent and the response is received.
我如何知道和显示何时发送请求以及何时接收响应?开始/结束日期不在Fiddler的左列中.
How could I know about and display when the request was sent and when the response is received? start/end dates are not in the left columns in Fiddler.
有什么设置吗?
我看到有一些计时器: http://fiddler.wikidot.com/timers
I saw there are some Timers: http://fiddler.wikidot.com/timers
如何显示/使用它们?
推荐答案
最简单的方法是右键单击"Web会话"列表的列标题,然后从菜单中选择"自定义列...
".
Your simplest approach would be to right-click the Web Sessions list's column headers and choose Customize Columns...
from the menu.
从 Collection
下拉列表中,选择 Session Timers
选项,然后在 Timer Name
下拉列表中选择所需的定时器.
From the Collection
dropdown, choose the Session Timers
option and then select the timer of interest in the Timer Name
dropdown.
这篇关于如何在Fiddler中显示请求发送时间和响应接收时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!