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
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