All notes

Adds the debug menu to macOS apps

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
macOS debug menu showing Bundle Info for Xcode

References: