-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Docs]: C/C++ debug not working #5764
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
Comments
I think the CPP debugger is in the MSFT extension which we can't use in code-server (based off this) so I don't think there's anything we can do here sadly. cc @code-asher are there any workarounds that you know of? |
Thanks, @jsjoeio. Understand that cannot use |
None that I know of but maybe @code-asher knows |
The only open-source version of the Microsoft C++ extension I know of is https://open-vsx.org/extension/llvm-vs-code-extensions/vscode-clangd but I have never used it so I am not sure how/if debugging works. |
I can have cpp debugging working on code-server running on my Raspberry pi (Ubuntu 22.04 , arm64) , I installed https://github.com/Microsoft/vscode-cpptools (there are |
Thanks you @a279437145 . I have tried to install but it doesn't show in extension. Could you please share config/steps to bring up? It will be helpful. |
yep , it's not in the openVSX extension gallery , so you cant install it directly. then put it on your code-server and install, the way to install exis extensions are described in the code-server docs Also if you want i can provide my |
Thanks @a279437145 . I will try to setup. Please share your |
the files are here |
It's working. Thank you @a279437145. |
Great , you are welcome.
Message ID: ***@***.***>
|
Debugging is working with help of this. |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.8.1Steps to Reproduce
dpkg -i <package.deb>
cppdbg
Expected
Able to debug
Actual
Throws error
Configured debug type 'cppdbg' is not supported.
Logs
No response
Screenshot/Video
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
Installed the .deb package in BeagleBone board. Running over HTTP.
The text was updated successfully, but these errors were encountered: