mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1153] Breakpoint not working on a scripted request #1148
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#1148
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 @W1MMER on GitHub (Feb 23, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1153
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version?
3.1.0
macOS Version?
11.5.2 (20G95)
Steps to reproduce
Have scripting running on a request that you're trying to intercept.
Expected behavior
A breakpoint window should show up
I have a script running on all requests of a certain domain. I need to intercept one route so I've got a breakpoint setup there. However the breakpoint seems to be ignored and the request just carries on as normal. Charles doesn't do this with it's rewrite so I'm not sure why Proxyman isn't letting me modify the request. Is this a bug or a "feature"?
@NghiaTranUIT commented on GitHub (Feb 23, 2022):
Unfortunately, we don't allow using Breakpoint after it's modified by the Scripting.
It's a small drawback, we will keep open your ticket and implement it soon 👍
@NghiaTranUIT commented on GitHub (Apr 18, 2022):
Hey @W1MMER let try this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.3.0_Set_Breakpoint_after_scripting.dmg
From now, the request can be modified by the Script, then the Breakpoint 👍
@W1MMER commented on GitHub (Apr 19, 2022):
Thanks! This works great. Good job.