I frequently write programs consisting of nothing but assertions to test my code. While debugging, OSX tries to be helpful by asking whether I would like to “Click Report to see more detailed information and send a report to Apple” whenever an assertion fails.
Is there a way to disable this feature for my programs? I am using make and g++.
Give this a shot, however it’ll disable them system wide.
defaults write com.apple.CrashReporter DialogType none