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

How could I debug in the network tab #167

Closed
Genarito opened this issue Dec 4, 2018 · 4 comments
Closed

How could I debug in the network tab #167

Genarito opened this issue Dec 4, 2018 · 4 comments

Comments

@Genarito
Copy link

Genarito commented Dec 4, 2018

I've started using this plugin as Angular HTTP doesn't work on iOS. But I notice that nothing appears on network tab in the Developer Tools in Google Chrome (chrome://inspect/#devices). Is there a way to debug the HTTP request made by the plugin from the Developer Tools?

image

@smallg
Copy link

smallg commented Dec 6, 2018

if plugin working, can not catch xhr by develop tools.

@silkimen
Copy link
Owner

Hi Genarito, unfortunately it's not possible to make use of the network tab when using this plugin. You need to set breakpoints in your code for debugging.

@silkimen
Copy link
Owner

Closing this, feel free to open a new issue, if this won't solve your problem!

@Genarito
Copy link
Author

Hi! Thanks for the answer. I'm trying to debug with debbuger; but nothing useful as I can see :S.
Is there a way I could see the request info with breakpoints or It's the same that logging everything in console?

Thanks in advance and sorry about the inconvenients!

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

No branches or pull requests

3 participants