I cross-compiled Qt5.9.2 for RPi2. On the target I've installed gbdserver and gdb-python2 packages. I can debug my executables manually launching gdb.
From the development machine, instead, QtCreator refuses to debug because:
The selected build of GDB does not support Python scripting
I'm not sure if the gdb that it's talking about is the one on the target machine or on the sysroot of the host. I'm using the linaro toolchain (armhf) and it seems it doesn't have the Python support.
Is there a way to debug within QtCreator?