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 noneTurn turn it back on, replace
nonewithpromptto get the original behavior. See for details.