Visit the plugin's website and click "Download Extension" (a *.vsix file)
2.
Run VSCodium
3.
From within VSCodium, open the Extensions tab (Ctrl + Shift + X)
4.
Click ... > Install from VSIX... on top of the Extensions sidebar
5.
Select the previously downloaded *.vsix file and click Install
Now you can install the LLDB Debugger. For this, open a Terminal and execute the following command:
1
sudoaptinstall lldb
Copied!
Make sure to restart VSCodium and then you are nearly ready to start: When you start the debugger the first time in a project, it will ask for a run configuration. Here's a minimal one which should be enough to get you started: