Mac OS X Yet Another Article On Debug Menus: Xcode October 31, 2013 Another day, another debug menu to point out. This time in Xcode. To enable: defaults write com.apple.dt.Xcode ShowDVTDebugMenu -bool TRUE To then disable the debug menu: defaults write com.apple.dt.Xcode ShowDVTDebugMenu -bool FALSE