How to get QT Creator to use CDB instead of GDB?
Unsolved
General and Desktop
-
I am trying to debug my application. However immediately upon attempting to debug the application, I am receiving a warning:
"<Filepath>":not in executable format: File format not recognized.I read somewhere that it means CDB isn't installed and setup correctly since I'm using Windows. So I installed it and Qt Creator was able to find it automatically, however I still have GDB installed from something else. When i open the 'Debugger Log' view, it appears that it is still attempting to use GDB. Is there a way to force it to use CDB instead? Do you think that's my problem?
Thank you!