mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #743] Request: enable/disable all breakpoints button on main window's toolbar #739
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#739
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 @IgorChernyshov on GitHub (Dec 28, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/743
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version 2.15.2
MacOS version 10.15.7
Feature request:
It would be great to enable/disable all breakpoints with a button on main window's toolbar. Currently I have to go to Breakpoints -> Add Rule -> Enable Breakpoint Tool and I do it quite often.
Thanks!
@NghiaTranUIT commented on GitHub (Dec 28, 2020):
Hey, how about open the Breakpoint List by ⌥⌘B and hit ⌘E to enable/disable the entire Breakpoint Tool 🤔
Is it useful than opening the Breakpoint from the menu?
I'm thinking that what if I introduce other shortcuts (by appending ⇧ key) to enable/disable a particular tool, such as:
@NghiaTranUIT commented on GitHub (Aug 27, 2021):
Hey @IgorChernyshov, just let you know that you can customize a Toolbar with this beta build: https://github.com/ProxymanApp/Proxyman/issues/939#issuecomment-907270054
You can add a Breakpoint Toggle on the main toolbar and easily toggle it 👍
@IgorChernyshov commented on GitHub (Aug 28, 2021):
Hi!
These are great news, thanks!
Igor Chernyshov Sent from iPhone
Friday, 27 August 2021, 18:06 +0300 from @.*** @.***>:
@NghiaTranUIT commented on GitHub (Aug 26, 2022):
Hey @tibioneh, you can toggle the Breakpoint from the Menu Bar.
@tibioneh commented on GitHub (Aug 26, 2022):
Thank you, I found out that you can customize the toolbar and add a button there shortly after I posted the comment, that's why I deleted it :).
I knew about your suggestion but I was hoping for a keyboard shortcut - it would be quite useful as you often keep switching between the 2 modes when testing.
@tibioneh commented on GitHub (Aug 31, 2022):
One more question if you don't mind: is it possible to change a response body automatically?
@NghiaTranUIT commented on GitHub (Aug 31, 2022):
@tibioneh yes, you can either use Map Local or Scripting to automatically change the body.
Map Local:
Scripting
@tibioneh commented on GitHub (Aug 31, 2022):
Great, thanks a lot!