iOS Remote Debugging

Hi all,

I’m trying to remotely debug my ionic app that is on an iOS device on my windows computer (I’m doing the building on my friend’s mac but I’d like to at least debug on my Windows laptop).

I have set up the chrome web inspector so that I can inspect any safari page that is open on the phone (and it works). I used https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter

The weird thing is that when I open the ionic app I don’t see it in the chrome://inspect view, but like I do see Safari tabs.

We are using cordova-ios-4.5.3.

Does anyone have an idea of what we could do?

We are out of ideas

did you succeed in the end?