QT 5.15.0 install :
-
I installed Qt 5.15.0 with "qt-unified-windows-x86-3.2.3-online.exe". In the installation of Qt 5.15.0, i selected MingGW 8.1.0 64-bit. In Developer and Designer Tools, i selected MingGW 8.1.0 64-bit.
I use a non commercial account.I can compile programs but when i want to debug, i have an error :
In "Tools -> Options -> Kits -> Debugger" i have :
What i missed ? -
Check the "Debugging Tools for Windows" and "Qt Creator CDB Debugger Support" not sure if it will help, but it might.
-
@dahu74fr said in QT 5.15.0 install ::
Hover your mouse cursor over the red symbol
(!)
. What does the tooltip say? -
-
Ok. Another guess: do you have any antivirus installed (I mean apart from the normal Windows 10 one)?
Edit: also. can you check the version of that gdb? If you open a CMD window and type:
C:\Programmation\qt\tools\mingw810_64\bin\gdb.exe
(and type quit to quit the debugger)
-
@hskoglund said in QT 5.15.0 install ::
C:\Programmation\qt\tools\mingw810_64\bin\gdb.exe
My antivirus is the windows 10.
Nothing. As you can see : -
@dahu74fr said in QT 5.15.0 install ::
If i have to reinstall it, where can i find it ?
Use the maintenance tool to uninstall and then install again MinGW.
-
To get more info, try downloading DebugView https://docs.microsoft.com/en-us/sysinternals/downloads/debugview
Start it , open a CMD window and then try the same gdb.exe command as above