The debugger is not stopping at breakpoints in Qt Creator 6 with CMake. It just runs the project as usual.
Unsolved
Qt 6
-
-
@Ivan_Chokyrlan Which of these debuggers is used in your Kit? You should use the one provided by Qt installer.
-
I can't understand which debugger I am using.
-
@Ivan_Chokyrlan Why don't you simply go to your Kit and check?
-
Do you mean this? Here it is grey, I can`t understand that I need to choose the correct one.
-
@Ivan_Chokyrlan You're using the correct compiler.
I just realized that you set the break point in an empty line (line 18). You have to set the break point in a code line! -
Nothing helped. Here are the photo and video
-
Hi @Ivan_Chokyrlan,
- Can you share your Debugger Log? You can find it in View > Views > Debugger Log (Switch to Debug mode first)
- I strongly advice to use path names only containing ASCII characters. Please try something like
D:\Users\ivanc\Test
as project directory.
Regards