Is there an existing issue for this?
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?
Are you accessing code-server over HTTPS?
Notes
Installed the .deb package in BeagleBone board. Running over HTTP.
Is there an existing issue for this?
OS/Web Information
code-server --version: 4.8.1Steps to Reproduce
dpkg -i <package.deb>cppdbgExpected
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.