QtCreator12 can not use "CMake Debugger" on Ubuntu 20.04
Solved
Qt Creator and other tools
-
@kstar-kz said in QtCreator12 can not use "CMake Debugger" on Ubuntu 20.04:
CMake Debugger
What is "CMake Debugger"?
-
Note that this only works if you have CMake version 3.27.
Older versions of CMake do not have debugging support.
-
@cristian-adam yes, i use cmake 3.27.7
-
You need to set a breakpoint first. Did you set a breakpoint?
-
@cristian-adam yes, I just tried to use it on a other linux system (Linux Mint 22.04). cmake debugging can work on this system. i think maybe some environment make that debug can not work on my xubuntu 20.04.
-