The debugger is not stopping at breakpoints in Qt Creator 6 with CMake. It just runs the project as usual.
-
@Ivan_Chokyrlan Which of these debuggers is used in your Kit? You should use the one provided by Qt installer.
-
wrote on 20 Feb 2025, 07:35 last edited by
I can't understand which debugger I am using.
-
I can't understand which debugger I am using.
@Ivan_Chokyrlan Why don't you simply go to your Kit and check?
-
wrote on 20 Feb 2025, 07:51 last edited by
-
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! -
wrote on 20 Feb 2025, 08:23 last edited by
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
-
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
wrote on 20 Feb 2025, 13:49 last edited by -
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
wrote on 20 Feb 2025, 14:53 last edited by@aha_1980
Thank you very much for the hint! The problem was in the path—there was a folder with Cyrillic characters.
19/19