Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug with chrome and phonegap app developer #276

Closed
koxder opened this issue Mar 14, 2015 · 1 comment
Closed

Debug with chrome and phonegap app developer #276

koxder opened this issue Mar 14, 2015 · 1 comment

Comments

@koxder
Copy link

koxder commented Mar 14, 2015

Hi,

I develop a demo app, I use phonegap app dev to deploy my app on all mobiles wich I use to test. But my problem is when i trying to debug with google chrome because my app is not listed on:

chrome:inspect

If i install my app on my mobile I can debug from chrome:inspect. Maybe I have to add some extra config to remote debug with chrome.

Thanks.

@mwbrooks
Copy link
Collaborator

Hi @koxder,

This is a feature that we really want to add, but it is currently unsupported. We're currently tracking the feature in #49 Enable Remote Web Inspector in Production. When an application is compiled in debug-mode, it is possible to discover and connect to the app's browser using remote web inspector (for example, with chrome:inspect). However, once compile as a production release, the remote web inspector is disabled.

We've planning to tackle this in April after the Content Sync feature is shipped to solve the CORS issues related to external domain XHRs and accessing the file system.

If you happen to have any insight that could help us speed up adding the Remote Web Inspector feature, we'd greatly appreciate some comments on #49! I'm going to go ahead and close this issue, but feel free to continue leaving some comments!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants