-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker remote debugging support #463
Comments
I will do it like this:
|
There will also be a need to store currently used template somewhere, right? Since the user might define various mappings for different templates. |
@milochadam yes. |
@yyoncho I started to work on this feature at last. Decided to stick with option 2: using |
And quickly got a problem that not all debug providers support |
@factyy we can transform to uri and back I guess. |
Filed a PR #559, closing this issue |
Hi everyone!
I want to help (if I have the time though) with dockerized debugging (both an app and a debug server residing inside a container). Any tips or hints?
Edit: this is a part of my
lsp-mode
wishlist suggestions: emacs-lsp/lsp-mode#515 (comment)The text was updated successfully, but these errors were encountered: