CLion does not hit breakpoints
Completed
Hello,
I build project with conan + cmake. Conan generates me cmake-presets that CLion automatically can see my presets, but
1. The issue #1 - CLion recognize ordinary executable targets as tests *facepalm*. Maybe, it because presets contains test presets, but It does not let me run debugger, it runs tests instead.
2. The issue #2. I removed test targets manually and added usual CMake application target and now I can run debug, but debbuger does not hit breakpoints and I have no idea why…
Please sign in to leave a comment.
Hi Bantdit!
Please go to Help | Diagnostic Tools | Debug Log Settings, add
#com.jetbrains.cidr.execution.debugger
there, reproduce the issue, then do Help | Collect Logs and Diagnostic Data and send the resulting archive to clion-support at jetbrains.com together with the link to this thread.After that, do not forget to disable debug logging. Please note that logs might contain private user information (like file paths and names).