-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
c: difficultdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestmodule [Core]
Milestone
Description
While Buggregator provides excellent support for debugging local PHP applications, there is currently no native support for debugging remote applications. This limitation requires developers to rely on alternative solutions, or possibly bypass Buggregator altogether when working with remote environments.
I propose adding support for SSH port forwarding in Buggregator. This would allow developers to establish an SSH tunnel from their local machine to a remote server, effectively mapping a local port to a port on the remote server. This would facilitate real-time debugging of applications deployed on remote environments as if they were local.
Key Features:
- SSH Connection Management: An interface within Buggregator to save, manage, and quickly connect to remote servers using SSH credentials.
- Real-time Debugging: Seamless integration of the debugging process, whether the application is local or remote.
- Intuitive UI/UX: A straightforward UI to set up and manage remote debugging sessions without the need for external tools or complicated command lines.
Information can get from here https://www.ssh.com/academy/ssh/tunneling/example
Metadata
Metadata
Assignees
Labels
c: difficultdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestmodule [Core]
Type
Projects
Status
In Progress