Forwarding Address: OS X

Sunday, October 31, 2004

Disabling CrashReporter

If you're developing an application chances are it probably crashes every now and then while you're working on it (if not, you're a better developer than I). It can get annoying seeing Apple's CrashReporter dialog box pop up every time this happens so to disable crash reporting type this into Terminal:
defaults write com.apple.CrashReporter DialogType none

2 Comments:

Post a Comment

<< Home