Add remote debug client status section in editor UI's top toolbar#598
Draft
John Knight (Tekisasu-JohnK) wants to merge 1 commit into
Draft
Conversation
694c34b to
470cfcf
Compare
b016f23 to
6be2f84
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature adds a section on the editor UI's top toolbar that shows the current status of a remote debug session from a client running either remotely or locally.
It is ideally meant to be used in conjunction with the following settings:
This PR attempts to easily relay the status of the remote debug session at a glance to the developer.
Windows in particular has a few peculiarities when it comes to using it as a target for a remote deploy. OpenSSH, Windows policies for script execution, and firewall settings all need to be modified to get it to work and Windows updates periodically revert these modifications. This is problematic when you're expecting to hit breakpoints and it never occurs because the remote debug session never actually opened. So it is useful to have an indication whether or not a remote debug session is active or not.
This feature can be toggled on and off, so it can be hidden entirely from developers who do not have need of it.
Recording.2025-12-08.052652.mp4