Closed charlieMonroe closed 8 years ago
Hi @charlieMonroe, Which 3rd party application you are using to show this Menu.
Can't find the app anymore, but looking into the preferences file, this command will do:
defaults write "com.apple.dt.Xcode" "ShowDVTDebugMenu" -bool true
Thanks. Yes, I have been aware of this being available through different default keys at least since 7.0.
Hi,
it's a great plugin, just wanted to let you know that there already is something like this implemented in Xcode itself. It's in the Debug menu, which needs to be enabled via a 3rd party application or command line (it's a defaults option). See attached image. Perhaps you could use that somehow.