Thursday, 5 December 2013

-Enable Debug Modes


In many of Apple's apps, a debug mode exists with a various hidden features. Every app is a little different, but you can usually get a few experimental features that are useful in some way or another. Enable the debug menu in Address Book: defaults write com.apple.addressbook ABShowDebugMenu -bool true Enable the debug menu in iCal (Doesn't work in Mavericks): defaults write com.apple.iCal IncludeDebugMenu -bool true Enable the debug menu in Disk Utility" defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true and defaults write com.apple.DiskUtility advanced-image-options -bool true

No comments:

Post a Comment