CLion won't debug on macOS Sequoia (15.0)

The issue is that CLion skips over breakpoints (no, they're not muted, and yes they're configured to suspend execution). I use a non-apple provided LLVM (downloaded via homebrew using: brew install llvm) so maybe that's why but I doubt that since it used to work fine before the update.

My guess is it has something to do with the update also updating XCode. Also, LLVM provides its own lldb. Why can't I use that?

0

Hello!

  1. What build system is your project based on? CMake, Makefile, some other?
  2. Please provide a screenshot of your toolchain in CLion (Settings | Build, Execution, Deployment | Toolchains).

Also, LLVM provides its own lldb. Why can't I use that?

Custom LLDB is not supported in CLion yet - CPP-3589. Feel free to comment or upvote the issue. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

0

I reinstall Clion and the problem solved.

-----------

Hi I also have this problem. 

My project based on cmake.

toolchain:

0

请先登录再写评论。