mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1813] When Map Remote is on the Breakpoint are not working #1806
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1806
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nisimjoseph on GitHub (Oct 17, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1813
Description
When the Map Remote on a specific rule and I want to make a Breakpoint on the specific URL that Map Remote catching, for delaying or anything like that, the Breakpoint are not working.
only when I close the Map Remote it does work.
Steps to Reproduce
Current Behavior
not stoping
Expected Behavior
stop the breakpoint
Environment
mac
@NghiaTranUIT commented on GitHub (Oct 18, 2023):
@nisimjoseph Map Remote does work with Breakpoint. You might check whether or not your Map Remote modifies the URL, then double checking the Breakpoint Rule. I guess Map Remote changes your URL, so it doesn't match your Breakpoint Rule.
Here is an easy way to do it:
@nisimjoseph commented on GitHub (Oct 24, 2023):
thank you. it working for me. thanks!