I have a project in Qt Creator that builds fine, but when I try to debug it, I get this message:
Adapter start failed
Unable to start gdb 'C: \ Qt \ 2010.02.1 \ mingw \ bin \ gdb.exe':
Process failed to start: The directory name is invalid
If I go to the debug build folder and directly run my compiled application, it will work fine, but obviously there is no debugging support. In addition, gdb.exe is present in C: \ Qt \ 2010.02.1 \ mingw \ bin \ gdb.exe, but Qt Creator does not seem to start it. How can I fix this problem?
source share