mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #536] Would it be possible to allow undocking of tabs? #533
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#533
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 @Calvin-Broadhurst on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/536
Originally assigned to: @kics223w1 on GitHub.
Description
I often want to use breakpoints to intercept and modify traffic - but I also want to be able to continue to see the flow list to monitor what else is going on.
Currently I can only see either the breakpoint tab or the flow list but not both.
Is there any chance you could allow undocking of the tabs so that I could have both visible at the same time?
@NghiaTranUIT commented on GitHub (Aug 21, 2025):
It's only possible if you're using macOS. On Windows, it's an ElectronJS app, which doesn't allow to have separate windows. Therefore, we introduce the Tab
@Calvin-Broadhurst commented on GitHub (Aug 21, 2025):
Thanks for the quick response... that is a shame. At least there are hotkeys for switching between tabs - but will mean a lot of switching back and forward between them...
Maybe another option, which might work when I'm specifically editing requests/responses on breakpoints, might be a hotkey to "Execute and switch back to the main Proxyman tab immediately"?
(I guess I could just create myself a macro to simulate Ctrl+Enter then Ctrl+1)
@NghiaTranUIT commented on GitHub (Aug 21, 2025):
sure, we can add Control+1, +2 to switch Tabs, like Google Chrome does.
I prefer not doing it because it adds new settings
@Calvin-Broadhurst commented on GitHub (Aug 21, 2025):
Ctrl+1, Ctrl+2 to switch tabs is already working in Proxyman... I just tried it.
So at least that makes it a little quicker to switch between them.