Adds the debug menu to macOS apps
2024-04-18
Enables debug menu for any macOS apps:
defaults write -g _NS_4445425547 -bool true
Enables debug menu for a specific application by specifying the CFBundleIdentifier
, e.g.:
defaults write com.apple.dt.XCode _NS_4445425547 -bool true
References: