[GH-ISSUE #743] Request: enable/disable all breakpoints button on main window's toolbar #739

Open
opened 2026-03-03 19:21:28 +03:00 by kerem · 8 comments
Owner

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!

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!
Author
Owner

@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:

  • ⌥⌘B: Open Breakpoint List => ⇧⌥⌘B to enable/disable from the main window
  • ⌥⌘I: Open Scripting List => ⇧⌥⌘I to
  • ⌥⌘L: Open Map Local List => ⇧⌥⌘L
  • and so all
<!-- gh-comment-id:751692495 --> @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: - ⌥⌘B: Open Breakpoint List => ⇧⌥⌘B to enable/disable from the main window - ⌥⌘I: Open Scripting List => ⇧⌥⌘I to - ⌥⌘L: Open Map Local List => ⇧⌥⌘L - and so all
Author
Owner

@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 👍

<!-- gh-comment-id:907270941 --> @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 👍
Author
Owner

@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 @.*** @.***>:

Hey @IgorChernyshov , just let you know that you can customize a Toolbar with this beta build: #939 (comment)
You can add a Breakpoint Toggle on the main toolbar and easily toggle it 👍

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub , or unsubscribe .
Triage notifications on the go with GitHub Mobile for iOS or Android .

<!-- gh-comment-id:907597711 --> @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 ***@***.*** ***@***.***>: >Hey @IgorChernyshov , just let you know that you can customize a Toolbar with this beta build: #939 (comment) >You can add a Breakpoint Toggle on the main toolbar and easily toggle it 👍 >— >You are receiving this because you were mentioned. >Reply to this email directly, view it on GitHub , or unsubscribe . >Triage notifications on the go with GitHub Mobile for iOS or Android .
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 26, 2022):

Hey @tibioneh, you can toggle the Breakpoint from the Menu Bar.

Screen Shot 2022-08-26 at 16 16 16
<!-- gh-comment-id:1228264098 --> @NghiaTranUIT commented on GitHub (Aug 26, 2022): Hey @tibioneh, you can toggle the Breakpoint from the Menu Bar. <img width="448" alt="Screen Shot 2022-08-26 at 16 16 16" src="https://user-images.githubusercontent.com/5878421/186871328-0febef3b-0f0c-46e7-9a5d-6c70ec229ba7.png">
Author
Owner

@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.

<!-- gh-comment-id:1228486560 --> @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.
Author
Owner

@tibioneh commented on GitHub (Aug 31, 2022):

One more question if you don't mind: is it possible to change a response body automatically?

<!-- gh-comment-id:1232533375 --> @tibioneh commented on GitHub (Aug 31, 2022): One more question if you don't mind: is it possible to change a response body automatically?
Author
Owner

@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

  • How to use: Right-Click on the Request -> Tools -> Scripting -> Create a rule -> Open the Script -> Use the following snippet code to modify the Body, Header, of both Request / Response
  • Snippet Code: https://docs.proxyman.io/scripting/snippet-code
<!-- gh-comment-id:1232550748 --> @NghiaTranUIT commented on GitHub (Aug 31, 2022): @tibioneh yes, you can either use Map Local or Scripting to automatically change the body. ## Map Local: - How to use: Right-Click on the Request -> Tools -> Map Local -> You can change the Status Code, Header, Body of the Response. - Document: https://docs.proxyman.io/advanced-features/map-local ## Scripting - How to use: Right-Click on the Request -> Tools -> Scripting -> Create a rule -> Open the Script -> Use the following snippet code to modify the Body, Header, of both Request / Response - Snippet Code: https://docs.proxyman.io/scripting/snippet-code
Author
Owner

@tibioneh commented on GitHub (Aug 31, 2022):

Great, thanks a lot!

<!-- gh-comment-id:1232556127 --> @tibioneh commented on GitHub (Aug 31, 2022): Great, thanks a lot!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#739
No description provided.