Closed
Description
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows 10
- Remote OS: Ubuntu 21.04
- Remote Architecture: arm64 on raspberry pi 4B
code-server --version
: 3.12.0
Steps to Reproduce
- Write a CPP code and press debug
Expected
Debugger should start
Actual
Opens launch.json and nothing happens.
Deleting launch.json temporarily solves the problem but after recreating launch.json, same problem happens again.
Screenshot
Notes
After updating 3.12.0 this problem started to happen. It worked fine before.
I tried deleting all JSON configuration files and creating it again, reinstalling C/C++ plugin, and selecting other debug options, but nothing worked for me.
I'm not familiar with VSCode so maybe it is my configuration problem, and sorry if it is.