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
withprompt
to get the original behavior. See for details.