You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
I expect we'll need to do a bit more work before C/C++ debugging works in theia-full and theia-cpp-docker:
install GDB in the images
document that one needs to start the docker image with a "special" CLI argument: --security-opt seccomp=unconfined, I think. Maybe more will be needed as well.
For theia-cpp-electron, we could add to the README that one needs GDB installed on the system and in the path.
The text was updated successfully, but these errors were encountered:
Follow-up to #258
I expect we'll need to do a bit more work before C/C++ debugging works in
theia-full
andtheia-cpp-docker
:--security-opt seccomp=unconfined
, I think. Maybe more will be needed as well.For
theia-cpp-electron
, we could add to the README that one needs GDB installed on the system and in the path.The text was updated successfully, but these errors were encountered: