How do I integrate the PhoneGap debug console with CLI?

Viewed 8303

This page on the PhoneGap site http://docs.phonegap.com/en/3.3.0/guide_cli_index.md.html#The%20Command-Line%20Interface tells us how to use CLI to download the debug console ($ cordova plugin add org.apache.cordova.console). However, I see no further steps on how to integrate it into an Cordova iOS app on an HTML page.

Where is the console information supposed to appear, in the Terminal window during a cordova emulate? In the Xcode console?

Do I need to add anything to config.xml?

2 Answers
Related