Skip to content
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

Closed
voertler opened this issue May 15, 2023 · 4 comments
Closed
Milestone

Comments

@voertler
Copy link

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:
image
Expected behavior:
image

@ghentschke
Copy link
Contributor

You are right. This is an open issue. Feel free to contribute a PR.

@ddscharfe
Copy link
Contributor

I will contribute a PR for this.

@ghentschke
Copy link
Contributor

@ddscharfe : Thanks a lot!

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.
@ghentschke
Copy link
Contributor

Fixed by #71

@jonahgraham jonahgraham added this to the 1.0.0 milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants