mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #538] Enable Debug Mode #534
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#534
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 @NghiaTranUIT on GitHub (Jun 30, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/538
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Currently, it's super difficult to debug the app when the users encounter a few edges-cases that make the app doesn't work. For instance, Client Certificate doesn't work but turn out it's because Proxyman couldn't fetch the remote certificate. Or a user reported that Proxyman couldn't get Websocket from the Slack app.
All we do is that sent a user a debug build and ask them to send us the log. It's cumbersome. We should find a way to mitigate it.
Acceptance Criteria
@NghiaTranUIT commented on GitHub (Jul 1, 2020):
All done 🙌 We can access from Help -> Enable Debug Mode
@shirshak55 commented on GitHub (Jul 1, 2020):
u may add verbose log so it can be easy to debug for you? Something like tracing?
@NghiaTranUIT commented on GitHub (Jul 1, 2020):
I intentionally choose the Error log because it doesn't contain any sensitive data (Request/Response) from the end-users. I understand that it might be hard to trace back the bug, but It's sufficient and safer for the user 😄