I published a note about Apple’s new Xcode/Command Line Tools release.
2 Likes
Thank you for sharing Simon!
By the way, are you able to use gdb correctly on MacOS?
I’m asking because this is an area where the setup is not easy to get due to Apple security constraints. From time to time it refuses to execute or crashes…
It’s always been tricky starting GCC on macOS - I don’t remember the details, but I do remember having to run/start/run until the error condition cleared and progress was possible.
I spend all my time on Apple silicon now, on which gdb doesn’t (didn’t??) work at all - lldb can help with access violations where exception traces don’t.
1 Like