One Quickie


Turning off Panther's "Program quit - send a report to Apple" dialog (Debugging->General)
During development, it's annoying to get the "Your program just crashed! Send a report to Apple?". You can turn that off by entering this in the terminal:

% defaults write com.apple.CrashReporter DialogType none

Turn turn it back on, replace none with prompt to get the original behavior. See for details.



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com