I’ve a CMake project on a Linux server. The project is building a .so which get’s loaded from another program. Therefor I want specify a “Debugged executable” in the VisualGDB settings with the associated “Executable arguments”. I did this often with normal VisualGDB Linux projects, but doing this with a CMake project, I’m always getting these warnings:
An then the VisualGDB debugger is hanging:
So how can I set the target debugging executable correctly?