Dear All
Please note that debug server is at capacity the moment. We are still working to brought it back up.
Sorry for any inconveniences causes.
Thank you.
Please note that debug server is at capacity the moment. We are still working to brought it back up.
Sorry for any inconveniences causes.
Thank you.
- 8261 Posts
- 263 Reply Likes
Posted 5 years ago
- 31 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled Debug not working out of phoneGap build.
Pretty straight forward. I click the button to debug on phonegap build. It takes me to a blank white page and does nothing else.
App ID: 803416
Pretty straight forward. I click the button to debug on phonegap build. It takes me to a blank white page and does nothing else.
App ID: 803416
- 3 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled Weinre (debug.build.phonegap.com) not working.
http://debug.build.phonegap.com/ has been giving me a rather blank looking screen the past week or so. All I see whenever I pull it up is a white screen with the gray gradient at the top. Am I the only one running into this or is it a known problem?
http://debug.build.phonegap.com/ has been giving me a rather blank looking screen the past week or so. All I see whenever I pull it up is a white screen with the gray gradient at the top. Am I the only one running into this or is it a known problem?

- 5 Posts
- 0 Reply Likes
Any progress on this? Is there a way to be notified when the servers are up again?
Cheers,
/David
Cheers,
/David
- 3 Posts
- 0 Reply Likes
- 8261 Posts
- 263 Reply Likes
Dear All
The service is up for a few hours but it reach capacity too quickly. We are planning towards a permanent fixes.
Apologize for all the troubles
Thank you.
The service is up for a few hours but it reach capacity too quickly. We are planning towards a permanent fixes.
Apologize for all the troubles
Thank you.
- 21 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled Build Debug system.
Reports of deployed apps not working anymore, android and ios. And cannot get to the debug site still. Any status on debug working full time again?
Reports of deployed apps not working anymore, android and ios. And cannot get to the debug site still. Any status on debug working full time again?
- 3 Posts
- 0 Reply Likes
I was able to use it a few times today but not all for the last two hours.
- 1 Post
- 0 Reply Likes
I am just getting to grips with the Build platform. Looking v promising, but haven't seen a working Debug screen yet. Are there still issues?
- 8261 Posts
- 263 Reply Likes
Our engineers has been notified and hopefully it will be backed up soon.
For your information, our debug server is not very stable right now because there is too many client connections happen at any given time.
To avoid unnecessary delay from your end, we recommend to setup your own Weinre service with very simple step.
Here is the doc: http://docs.build.phonegap.com/en_US/debugging_local_debugging_tools.md.html#Local%20Debugging%20Too...
Hope that works for you.
For your information, our debug server is not very stable right now because there is too many client connections happen at any given time.
To avoid unnecessary delay from your end, we recommend to setup your own Weinre service with very simple step.
Here is the doc: http://docs.build.phonegap.com/en_US/debugging_local_debugging_tools.md.html#Local%20Debugging%20Too...
Hope that works for you.
- 12 Posts
- 1 Reply Like
Perhaps you guys should consider unchecking the "debug" setting for all users. I set the option 6 months ago and forgot all about it until I happened to glance at the settings page. I'm willing to bet many users don't even realize they still have the option set. As long as a message appeared at the top when I logged in like the "iOS 64-bit Support Now ..." messages to inform me of this change I think griping would be kept to a minimum and requests to your servers would drop immensely as users create new builds. That or move the debug setting to a more visible spot on the app build page... Just my 2 cents PGB team :)
- 8261 Posts
- 263 Reply Likes
- 22 Posts
- 1 Reply Like
This reply was created from a merged topic originally titled Debug won't work, white screen is shown.
Since 1 week I am not capable of debugging my App through weinre (debug.build.phoengap.com)
When I try to debug, a white screen appears
App ID
800470
Since 1 week I am not capable of debugging my App through weinre (debug.build.phoengap.com)
When I try to debug, a white screen appears
App ID
800470
- 3 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled Debug won't connect.
Is there anything you can do to get Debug to work? I used it a few time yesterday and it's sooo helpful but I wasn't able to connect most of yesterday afternoon, late last night, or yet this morning.
Is there anything you can do to get Debug to work? I used it a few time yesterday and it's sooo helpful but I wasn't able to connect most of yesterday afternoon, late last night, or yet this morning.
- 22 Posts
- 1 Reply Like
This reply was created from a merged topic originally titled Debug not working.
Weinre debug is showing a white screen for over a week. My app id is 800470
Weinre debug is showing a white screen for over a week. My app id is 800470
- 94 Posts
- 1 Reply Like
This reply was created from a merged topic originally titled debug.build.phonegap.com is down.
This is happening very frequently, any ideas when it will be back up?
Is it working for anyone else?
This is happening very frequently, any ideas when it will be back up?
Is it working for anyone else?
- 14 Posts
- 0 Reply Likes
This reply was created from a merged topic originally titled http://debug.build.phonegap.com/ Is not working correctly!.
Half of the time it will show blank white page, and when it works, i can only use the Elements tab to play around with the elements and styles.
However, the rest of the tabs like resources, console etc... are always empty, is it a current bug? or am i doing something wrong?
Half of the time it will show blank white page, and when it works, i can only use the Elements tab to play around with the elements and styles.
However, the rest of the tabs like resources, console etc... are always empty, is it a current bug? or am i doing something wrong?
- 15 Posts
- 0 Reply Likes
The remote debug tools as described in your documentation do not seem to be working. http://docs.build.phonegap.com/en_US/... ......... Maybe consider removing them from the documentation if they don't work so you do not waste peoples time? Phonegap is great but the documentation could be improved so much.
- 15 Posts
- 0 Reply Likes
By the way if anyone does not know how, you do not need to use the phonegap build debug service you can run your own weinre server locally then build or serve your app and debug with weinre as long as your mobile device and pc are on the same wifi network... steps below.
1) Install weinre with npm -- "sudo npm -g install weinre"
2) Add this weinre script to your index.html in your app root directory.
This script uses socket to contact your weinre server on your PC after you have done a "phonegap build" and pushed the app to your device or done a "phonegap serve". So the ip is whatever your computer ip address is where you are serving weinre from in step 3.
3) On your pc start the weinre server -- "weinre --boundHost -all- -httpPort 8082"
4) Run "phonegap build" and push to your device or "phonegap serve" on a different port ie 8081 (do not try to use the same port weinre is using)
5) In your browser on PC navigate to the ip address you are running weinre on http://yourIpWhereRunningWeinreServer...
6) Open the app on your device
7) If all went well and your app is running on your mobile device you should have a target you can select and then click elements/console to edit and run code on.
Documentation - http://people.apache.org/~pmuellr/wei...
and
https://www.youtube.com/watch?v=xepgY...
1) Install weinre with npm -- "sudo npm -g install weinre"
2) Add this weinre script to your index.html in your app root directory.
This script uses socket to contact your weinre server on your PC after you have done a "phonegap build" and pushed the app to your device or done a "phonegap serve". So the ip is whatever your computer ip address is where you are serving weinre from in step 3.
3) On your pc start the weinre server -- "weinre --boundHost -all- -httpPort 8082"
4) Run "phonegap build" and push to your device or "phonegap serve" on a different port ie 8081 (do not try to use the same port weinre is using)
5) In your browser on PC navigate to the ip address you are running weinre on http://yourIpWhereRunningWeinreServer...
6) Open the app on your device
7) If all went well and your app is running on your mobile device you should have a target you can select and then click elements/console to edit and run code on.
Documentation - http://people.apache.org/~pmuellr/wei...
and
https://www.youtube.com/watch?v=xepgY...
- 15 Posts
- 0 Reply Likes
In step 2 the href was removed from my last post ...... lets try that again
--This is a script tag---
/script src="http://192.168.0.7:8082/target/target...
--This is a script tag---
/script src="http://192.168.0.7:8082/target/target...







