[GH-ISSUE #535] Flow List does not include request/response pairs where there is a breakpoint on the response only #532

Open
opened 2026-03-03 19:51:12 +03:00 by kerem · 2 comments
Owner

Originally created by @Calvin-Broadhurst on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/535

Originally assigned to: @kics223w1 on GitHub.

Description

Flow List does not include request/response pairs where there is a breakpoint on the response only

Steps to Reproduce

  1. Create a breakpoint on something which will get a response body (my case was getting JSON response) and check both request and response for the breakpoint trigger
  2. When you hit the request breakpoint, just continue
  3. When you hit the response breakpoint, edit the body of the response and execute
  4. Check the flow list - it shows the request/response and the Edited column is checked (as expected)
  5. Change the breakpoint to only trigger on the response
  6. Repeat but this time you will only hit the response breakpoint
  7. Edit the response body as before and execute
  8. Check the flow list again

Current Behavior

If both request and response are checked for the breakpoint then the flow list shows the request/response and the Edited column is checked
If only response is checked for the breakpoint then the flow list does not include that request/response at all

Expected Behavior

In both cases the flow list should show the request/response pair with the Edited column checked

Environment

  • App version: 3.1.0
  • Windows/Linux version: Windows 11
Originally created by @Calvin-Broadhurst on GitHub (Aug 21, 2025). Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/535 Originally assigned to: @kics223w1 on GitHub. ## Description Flow List does not include request/response pairs where there is a breakpoint on the response only ## Steps to Reproduce 1. Create a breakpoint on something which will get a response body (my case was getting JSON response) and check both request and response for the breakpoint trigger 2. When you hit the request breakpoint, just continue 3. When you hit the response breakpoint, edit the body of the response and execute 4. Check the flow list - it shows the request/response and the Edited column is checked (as expected) 5. Change the breakpoint to only trigger on the response 6. Repeat but this time you will only hit the response breakpoint 7. Edit the response body as before and execute 8. Check the flow list again ## Current Behavior If both request and response are checked for the breakpoint then the flow list shows the request/response and the Edited column is checked If only response is checked for the breakpoint then the flow list does not include that request/response at all ## Expected Behavior In both cases the flow list should show the request/response pair with the Edited column checked ## Environment - App version: 3.1.0 - Windows/Linux version: Windows 11
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 24, 2025):

It's fixed @Calvin-Broadhurst We will bump it on 3.2.0 👍

<!-- gh-comment-id:3218016904 --> @NghiaTranUIT commented on GitHub (Aug 24, 2025): It's fixed @Calvin-Broadhurst We will bump it on 3.2.0 👍
Author
Owner

@Calvin-Broadhurst commented on GitHub (Aug 24, 2025):

Awesome... thank you 👍

<!-- gh-comment-id:3218304495 --> @Calvin-Broadhurst commented on GitHub (Aug 24, 2025): Awesome... thank you 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxyman-windows-linux#532
No description provided.