I'm on an M1 Mac mini running macOS Monterey 12.0.1. I opened Codeclap, created a new configuration, set everything, and clicked Start. It immediately crashed.
Here's the crash report. It looks like the culprit is DwarfParseData
. Seeing as the generated DWARF may be the issue, the program I'm trying to debug is written in C++, compiled with clang++
with the following flags:
-std=c++17 -MMD -MP -arch arm64 -g -O0
Any help would be greatly appreciated. I can provide whatever additional info is needed.