Graham Labdon wrote: > [...] None of the debugger engines 'Gdb engine, Cdb engine' capable > of debugging binaries of the type 'x86-windows-msys-pe-32bit' is configured > correctly. > [...]How can I fix this? Check your Build & Run -> Tool Chains settings, and make sure the debugger entry for the tool chain you use points to a usuable gdb.exe.
If it's an "Auto-detected" tool chain, and the setting is wrong, "Clone" the entry fix the setting in the clone, and switch the project's Build Setting to use the cloned tool chain. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
