after update to 2026.01 remote debuging does not work

I have crosscompiled project running on WSL (ubuntu LTS image) - CLion runs on Windows 11 - im trying to remote debug the process .

On CLion 2025.3.6 remote debugging worked - after update to Clion 2026, after start of debug session all breakpoints are marked as “invalid” and ignored. If i pause the process - debugger shows only disassembly.

I tried to start gdbserver and connect bundled GDB from command line - gdb was able to read symbols from and display source code, but after connecting to remote gdbserver it stopped working correctly - “continue” command immadietly crasches debug session.

After rollback to CLion 2025.3.6 everything works again.

My guess is that new version of GDB bundled with Clion2026 is not compatible with gdbserver (GNU gdbserver (Ubuntu 15.1-1ubuntu1~24.04.1) 15.1 ). 

What version of gdbserver do i need? Or maybe there is different reason why 2026 does not work?

0

Please sign in to leave a comment.