-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 4.5.0
-
None
-
see above.
Hello Guys,
Since I updated to Windows 10, none of my debuggers work. I can compile without problems using the MinGW32 bit and the MSVC2017 64 bit compiler.
I am using the following System and settings:
- Windows10 (x64 based processor)
- Python 3.6.4
- Qt 5.1.0
- QtCreator 4.5.0
->take a look a the settings, I attached the pictures.
-> See Debugger.bmp and Compiler.bmp
CDB-Debugger:
When I run the CDB Debugger, I always get the error "Unexpected CDB exit: The CDB process terminated. Return value 1".
-> take a look at the picture CDB_Error.bmp
-> I also attached the CDB_Debugger_log.txt to this email.
GDB-Debugger:
The GDB Debugger that comes along with MinGW 32 bit can not be detected, it always says "not recognized engine" and the error message is:
Unable to create a debugging engine. Please select a Debugger Setting from the Run page of the project mode.
This problems occured after I upgraded to Windows 10. Both debuggers worked fine under Windows 7.
Now what I'vd done to solve this problem but nothing worked out for me:
1) Reinstalled Qt
2) Updated Windows Debugging Tools
3) Used the MSVC Repair toolkit to fixe the MSVC-debugger toolchain
4) tried to use another TDM-Compiler and debugger -> "not recognized engine"
5) Set up of different environment variables for MinGW
6) delete projectfile etc
7) removed Python...
It is always the same error for both debuggers like explained above.
I dont know what to do. Could you please help me and give me a fix for this issue.
Thanks a lot.