Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Ubuntu 18.04
- Remote OS: Debian
- Remote Architecture: BeagleBone (armhf)
code-server --version
: 4.8.1
Steps to Reproduce
- Download and install using
dpkg -i <package.deb>
- Add launch.json with type
cppdbg
- Able to compile and execute. But debug not working.
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?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
Installed the .deb package in BeagleBone board. Running over HTTP.