ProxymanApp / ProxymanApp/Proxyman
[Breakpoint][iOS] #1 Main View
Open
@8bitzz is already working on this.
Since Apr 11, 2023.
enhancement
iOS
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
It's time to implement the Breakpoint Tool.
Acceptance Criteria - Main Table View
- Duplicated code from the Block List to Breakpoint List, so we can implement a similar UI for the Breakpoint List
- The Toggle to toggle the Breakpoint feature
- Make sure the data is saved properly. E.g: Kill the app -> Reopen -> The previous state must be persisted.
- Drag to delete the cell should work
- Click on the Breakpoint Cell will open the Breakpoint Editor
- On the More Setting -> Bring the Breakpoint cell to below the Block List Cell
Breakpoint Cell
- An Breakpoint Cell UI should look like this:

- Title: Name of the BreakpointEntry
- Subtitle: (Wildcard or Regex)
- For example: GET https://proxyman.io/v1 (Wildcard) , POST https://proxyman.io/v1 (Regex)
- We should have a third row to if the breakpoint is enabled for the Request / Response
- Tap to the Toggle will enable/disable the Breakpoint Entry -> Make sure it notifies the PackageTunnel to save the data
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.