更新QT Creator 14后launch debugger报错
环境
QT Creator 14
Mingw 810_64
qt 5.15.2
原因
QT Creator 14的debugger默认用python3
Mingw 810_64中的gdb工具只支持python2
解决
参考
https://forum.qt.io/topic/157918/qt-creator-14-is-unable-to-debug-a-qt-5-project/4
QT Creator 14
Mingw 810_64
qt 5.15.2
QT Creator 14的debugger默认用python3
Mingw 810_64中的gdb工具只支持python2
https://forum.qt.io/topic/157918/qt-creator-14-is-unable-to-debug-a-qt-5-project/4