Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

Drag sessions to reorder

It would be cool to drag sessions to reorder them.

It's useful because when you're analyzing them, you need them in a certain order, so it can be easier to analyze

  • Guest
  • Nov 15 2018
  • Under review
  • Attach files
  • Eric Lawrence commented
    November 15, 2018 17:59

    The way to do this today would be to create a new Session flag (e.g. "SequenceNum") and expose that as a column in the Web Sessions list, then sort on that column. The advantage here is that the sort would then be preserved and reusable after saving a SAZ file.

    All of that (modulo the literal drag-to-reorder bit) can be implemented using FiddlerScript.