Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use chrome remote debugging with ionic framework?

So I'm reading in this link and it says we can use chrome for remote debugging an app which seeems great but they don't explain how to do it. When I click in the link they provide which has some android documentation, I just see java code. As a non java-developer I wonder how can I use remote debugger in chrome for ionic framework?

like image 396
Jeka Avatar asked Feb 09 '23 22:02

Jeka


1 Answers

To access remote debugging of a webview on your phone, plug your phone into your pc and go to chrome. then type: chrome://inspect into the url bar. open your app on your phone and it should show your device on the inspect dashboard.

like image 133
letterman549 Avatar answered Feb 16 '23 11:02

letterman549