c++ - Qt Creator - Can't use debugger: program.exe not in executable format: File format not recognized -


using qt version 5.7.0 desktop windows 10

i can run can't use debug option (f5), displays in dialog:

"d:/dev programas/build-gifs-desktop_qt_5_7_0_msvc2015_64bit-debug/debug/gifs.exe": not in executable format: file format not recognized 

i can't use @ debugger. can do?
sorry don't display more information. don't know how qt creator works , info may need me.

you in debug mode build, running release executable have configure qt creator ->project->run , add->custom executable choose executable inside debug directory see picture below

enter image description here


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -