Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote debugging Chrome for iOS

I'm trying to debug an error on Chrome for iPad. How can I do that?

Additional info:

I know how to debug Safari for iOS. I just don't have a Mac at the moment.

  • Is it true that I need Safari on MacOS X to remote debug Chrome for iOS?

  • Does Desktop Chrome allow anything?

  • Is Chrome for iOS just a webview application?

like image 887
Dan Avatar asked Dec 10 '13 17:12

Dan


People also ask

How do I debug Chrome on iOS?

In Chrome on your iPad or iPhone, go to chrome://inspect and then press Start Logging. Now go do your thing in another tab, keeping this tab open. Come back anytime to see any and all console outputs!

Is there USB debugging on iOS?

Using Safari Remote DebuggingApple's iOS 6 update introduced Safari Remote Debugging, which allows you debug web pages in the Safari app on iOS devices. To get started, follow the steps below: Connect your iOS device to your machine via USB cable. On your device, open the Settings app.


1 Answers

If you're just looking for the console logs, there's chrome://inspect, which will display console.log of other tabs in iOS Chrome.

enter image description here

like image 57
Chris Hayes Avatar answered Oct 07 '22 18:10

Chris Hayes