首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

如何向Fiddler添加额外的列

要向Fiddler添加额外的列,请按照以下步骤操作:

  1. 打开Fiddler应用程序。public static BindUIColumn("Custom Column Name", 100, "The custom column will display the value of this variable.") public static String CustomColumnValue;
  2. 在Fiddler的主界面中,找到并点击“Rules”选项卡。
  3. 在“Rules”选项卡中,找到并点击“Customize Rules”按钮。
  4. 在“Custom Rules”文件中,找到以下代码行:
  5. 将代码行复制并粘贴到“Custom Rules”文件中的其他位置。
  6. 更改代码行中的“Custom Column Name”和“The custom column will display the value of this variable.”为您想要的列名和描述。
  7. 保存“Custom Rules”文件。
  8. 重新启动Fiddler应用程序。

现在,您应该能够在Fiddler的会话列表中看到您添加的自定义列。您可以根据需要使用此列来显示任何您想要的信息。

请注意,如果您需要在Fiddler的其他部分添加列,您可以使用类似的方法来修改代码。具体来说,您可以在“Custom Rules”文件中找到以下代码行:

代码语言:csharp
复制
public static BindUIColumn("Custom Column Name", 100, "The custom column will display the value of this variable.")
public static String CustomColumnValue;

然后,将代码行复制并粘贴到“Custom Rules”文件中的其他位置,并根据需要进行修改。

页面内容是否对你有帮助?
有帮助
没帮助

相关·内容

领券