-
Notifications
You must be signed in to change notification settings - Fork 11
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
Debugging code hovers show LSP information instead of debug hovers #70
Milestone
Comments
You are right. This is an open issue. Feel free to contribute a PR. |
I will contribute a PR for this. |
@ddscharfe : Thanks a lot! |
This was referenced May 15, 2023
ddscharfe
added a commit
to ddscharfe/eclipse-cdt-lsp
that referenced
this issue
May 15, 2023
Adds a hover provider which delegates to the cdt debug hover mechanism
ddscharfe
added a commit
to ddscharfe/eclipse-cdt-lsp
that referenced
this issue
May 16, 2023
Adds a hover provider which delegates to the cdt debug hover mechanism.
ddscharfe
added a commit
to ddscharfe/eclipse-cdt-lsp
that referenced
this issue
Jun 28, 2023
Adds a hover provider which delegates to the cdt debug hover mechanism.
ghentschke
pushed a commit
that referenced
this issue
Jul 3, 2023
Adds a hover provider which delegates to the cdt debug hover mechanism.
Fixed by #71 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to #46 it is possible to set breakpoints in the C/C++ Editor (LSP). When using the LSP editor no debug hovers are shown e.g. when moving over a variable. Instead the information from the language server gets displayed:
Current behavior:
Expected behavior:
The text was updated successfully, but these errors were encountered: