I'm aware that Reminders, Disk Utility, and App Store have debug menus. Are there any other apps that have a similar Terminal command for a secret debug menu?
Asked
Active
Viewed 1,155 times
1 Answers
3
-
defaults write com.apple.reminders RemindersDebugMenu -bool true
-
defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true
-
defaults write com.apple.appstore ShowDebugMenu -bool true
Safari (not to be confused with Develop menu which can be enabled in Preferences)
defaults write com.apple.Safari IncludeInternalDebugMenu 1
iCal
defaults write com.apple.iCal IncludeDebugMenu -bool true
Contacts
defaults write com.apple.Contacts ABShowDebugMenu -bool YES

grg
- 201,078
-
iCal, not to be confused with the newer version Calendar? Or is it still called iCal in the hardware? – DonielF Apr 16 '17 at 10:42
-
@DonielF The preferences are still called iCal, but I’ve called the app iCal too because it doesn’t seem to be available since the rename to Calendar and the app was changed substantially. – grg Apr 16 '17 at 10:44
-
Ah. I see it's discussed here. – DonielF Apr 16 '17 at 10:50
-
This doesn't seem to work anymore in MacOS Catalina 10.15.7 – David Killingsworth Jan 19 '21 at 04:26