连接到safari web检查器,通过wifi在iPad上调试应用程序

时间:2017-07-27 12:13:51

标签: javascript debugging remote-debugging web-frontend

通过将MAC和iPad连接到同一个Wifi网络,是否可以通过MAC中的Safari调试在iPad上运行的Web应用程序?

2 个答案:

答案 0 :(得分:0)

简短的回答是" no"。你需要插上usb线。

答案 1 :(得分:0)

我认为我们可以。就我而言,我们有一个ASP.NET MVC Web应用程序,它托管在我的本地LAN网络中。我可以通过Fiddler Web调试器和iPad iOS11设备调试和测试Web应用程序。因此,我从iPad查看我的Web应用程序,然后Fiddler拥有所有调试信息。对于您的场景也是如此。

我该怎么做?

Step 1: Go to Fiddler options -> Connections: checked Allow remote computer to connect, and give fiddler listens on port: 8888 
Step 2: Go to your iPad and setup your network proxy to your machine. 

然后你可以立即调试。