Debugging in CLion using an M1 Macbook Pro

Answered

My code runs and builds perfectly, but I cannot debug my code in CLion. I'm an M1 Macbook Pro user, my activity monitor shows the architecture of CLion to be Intel- I think the issue lies there.

The code finishes with exit code 139 and it's interrupted by signal 11- SIGSEGV- segmentation fault.

1
1 comment

Apple Silicon support is currently in progress and some specific binaries (like bundled LLDB) were not rebuilt yet. The issue to follow: https://youtrack.jetbrains.com/issue/CPP-23065.

0

Please sign in to leave a comment.