QtCreator, Debugger does not attached to the application
-
Hi everyone, I've run into an issue with QtCreator and I'm looking for directions to look into, to fix it.
The latest update broke the debugger support for my version QtCreator. It doesn't matter if I try to debug a project of mine or a simple main (Hello World) application.
QtC: 4.8.1
Qt-Version: 5.12.1
Compiler: MSVC2015 64bit
Debugger: CDB (From Windows/10/Debuggers/x64/cdb.exe)Currently as a workaround, I have VisualStudio open and attach the debugger there to the running process. That works, but is really cumbersome and suboptimal.
I don't know what happened, but the only thing I can think of is a complete reinstall of everything. QtC VS - (maybe update to 2017) but that's a step I would like to do as a last resort.
Greetings
Edit: I should mention, that when I use mingw and gdb, it does indeed still work in QtCreator, but I'm not allowed to use mingw for most of my projects.
-
blame me !! ;)