在Windows电脑上调试安装在iOS设备上的SAP UI5应用

网友投稿 704 2022-09-16 03:40:11

在Windows电脑上调试安装在iOS设备上的SAP UI5应用

It is possible to debug a UI5 application running on an iOS device with a windows laptop.

Suppose I have deployed my UI5 application to SAP cloud platform: I launch this application in my iPad:

And I would like to debug this UI5 application which is running on iPad with my windows laptop. Here below are detailed steps:

(1) install iTunes so that your iOS device could be recognized by your windows laptop.

(2) Switch on “Web Inspector” in iPad->Settings->Advanced.

(3) Download ios-webkit-debug-proxy-win32 from github.

Extract the .zip file to a folder in your laptop and add this folder to Path environment variable.

(4) Open windows command prompt, type the following command, and you can see that the iPad is successfully connected.

ios_webkit_debug_proxy.exe -f chrome-devtools://devtools/bundled/inspector.html

Access and my iOS device is listed here:

Click the hyperlink “localhost:9222”, then the active Safari page which displays my UI5 application is listed there:

Click the hyperlink, and Chrome development tool window is opened automatically. Now it is ready to debug – for example press the “approve” button in my iPad, and the breakpoint set in the corresponding event handler in my laptop is triggered.

Happy debugging!

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:如何使用Windows10自带的photo应用给视频添加字幕
下一篇:Django restframework用户登录认证组件增加及源码分析(django框架)
相关文章