ProxymanApp / ProxymanApp/Proxyman
[iOS][Breakpoint] Breakpoint only shows 1 waiting breakpoint even though there are multiple breakpoints on the same URL
Open
@NghiaTranUIT is already working on this.
Since Oct 6, 2023.
bug
iOS
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Breakpoint only shows 1 waiting breakpoint even though there are multiple breakpoints on the same URL.
Steps to Reproduce
- Write a simple iOS app with UIKit. Add a Button and a UITextView.
- Click on the Button -> use URLSession (Make sure to set Timeout to 600 seconds, so we can easily test) to call 3 requests at the same time.
- URL =
https://httpbin.proxyman.app/get?action=breakpoint - Get the Response -> Append to the UIText View -> verify we can see 3 responses
- Install this app to iOS device
- Use Proxyman for iOS and set a Breakpoint for this URL
- Open the test app again -> Click on the button
- Verify:
- There is 1 waiting Breakpoints on the iOS app -> If it's, it's a bug ❌
- If there are 3 waiting breakpoints -> try to modify some response and test -> Verify 3 response are changed
Current Behavior
- 3 requests, but only 1 waiting breakpoint. The rest is hung.
Expected Behavior
- 3 waiting breakpoints
- Can Continue on all breakpoints -> Can see 3 responses on the test app.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.