Enable debug menu for macOS App Store

Sometimes need to debug the App Store need to debug because of downloading issue or get the direct download link of an application for offline usage.

To enable the debug menu just enter the command in your terminal then relaunch App Store you will get debug menu in the menubar.

defaults write com.apple.appstore ShowDebugMenu -bool true && killall App\ Store

Note: Above command will not work in macOS Sierra.

Leave a Reply

Your email address will not be published. Required fields are marked *