要向Fiddler添加额外的列,请按照以下步骤操作:
- 打开Fiddler应用程序。public static BindUIColumn("Custom Column Name", 100, "The custom column will display the value of this variable.")
public static String CustomColumnValue;
- 在Fiddler的主界面中,找到并点击“Rules”选项卡。
- 在“Rules”选项卡中,找到并点击“Customize Rules”按钮。
- 在“Custom Rules”文件中,找到以下代码行:
- 将代码行复制并粘贴到“Custom Rules”文件中的其他位置。
- 更改代码行中的“Custom Column Name”和“The custom column will display the value of this variable.”为您想要的列名和描述。
- 保存“Custom Rules”文件。
- 重新启动Fiddler应用程序。
现在,您应该能够在Fiddler的会话列表中看到您添加的自定义列。您可以根据需要使用此列来显示任何您想要的信息。
请注意,如果您需要在Fiddler的其他部分添加列,您可以使用类似的方法来修改代码。具体来说,您可以在“Custom Rules”文件中找到以下代码行:
public static BindUIColumn("Custom Column Name", 100, "The custom column will display the value of this variable.")
public static String CustomColumnValue;
然后,将代码行复制并粘贴到“Custom Rules”文件中的其他位置,并根据需要进行修改。