hi friends
Something weird has happened recently on MacOS so that neither LLDB or xcode will allow attaching a debugger to scsynth. Has anyone experienced this? On MacOS 15.1, SC 3.13 (downloaded from website) and Xcode 16.1.
hi friends
Something weird has happened recently on MacOS so that neither LLDB or xcode will allow attaching a debugger to scsynth. Has anyone experienced this? On MacOS 15.1, SC 3.13 (downloaded from website) and Xcode 16.1.
Hey Mads,
Are you sure you can attach a debugger to the downloaded binary? I think the published build does not include the necessary debug symbols (IIRC it uses Release
mode), so the debugger could not attach to the process properly?
I can still debug my local scsynth build with debug symbols on macOS 15.0.1 - can you check if you can attach to a local scsynth build?