Mac OS X

Yet Another Article On Debug Menus: Xcode

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