Access the Debug menu in Address Book

In Address Book you’ll have a debug menu. In these menu are advanced options or options used for troubleshooting that don’t need to be presented to users in everyday use of the tools.

defaults write com.apple.addressbook ABShowDebugMenu -bool YES

Revert to the default setting:

defaults write com.apple.addressbook ABShowDebugMenu -bool NO