build.phonegap create App with debug (weinre) set using API

  • 1
  • Question
  • Updated 9 years ago
  • Answered
we are using build.phonegap using the API (not the UI) and we would like to build with the debug (weinre) option set. Is this possible?

Have found something here but it looks like V! Draft rather than what is currently possible : http://wiki.phonegap.com/w/page/40075...

Thanks

Freddy
Photo of Freddy May

Freddy May

  • 9 Posts
  • 0 Reply Likes

Posted 9 years ago

  • 1
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
With v0 of the API (the currently available one), you should create an app, then update the app with the parameter data as

{"debug_flag":true}


There will be more robust support in the next release of the API (as outlined in that document) than there is now.