Can't start gdb.exe in Qt Creator
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-04-01T02:45:06Z
Indexed on
2010/04/01
2:53 UTC
Read the original article
Hit count: 536
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 navigate to the debug build folder and directly run my compiled application, it will run fine, but obviously there's no debugging support. Additionally, gdb.exe is present at C:\Qt\2010.02.1\mingw\bin\gdb.exe, but Qt Creator can't seem to run it. How can I fix this problem?
© Stack Overflow or respective owner