Interesting, I did install the CodeLLDB plugin in VSCode, because back then I couldn't get the remote debugging to work without it.
So in the launch.json configuration I started using: "type": "lldb"
because "type": "cppdbg" was not working.
Now I switched back to "type": "cppdbg" and it's working again ...
Thanks,
Chris
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: