国产精品chinese,色综合天天综合精品网国产在线,成午夜免费视频在线观看,清纯女学生被强行糟蹋小说

    <td id="ojr13"><tr id="ojr13"><label id="ojr13"></label></tr></td>
        • <source id="ojr13"></source>
            <td id="ojr13"><ins id="ojr13"><label id="ojr13"></label></ins></td>

            Article / 文章中心

            在Windows電腦上調(diào)試安裝在iOS設備上的SAP UI5應用

            發(fā)布時間:2021-12-06 點擊數(shù):765

            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: https://jerrylist.cfapps.eu10.hana.ondemand.com/ui5/.


            Now I launch this application in my iPad:


            image.png

            image.pngAnd 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 https://www.apple.com/cn/itunes/download/ so that your iOS device could be recognized by your windows laptop.

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


            image.png

            image.png(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.


            image.png

            image.png(4) Open windows command prompt, type the following command, and you can see that the iPad is successfully connected.image.pngimage.pngAccess http://localhost:9221, and my iOS device is listed here:image.pngClick the hyperlink “l(fā)ocalhost:9222”, then the active Safari page which displays my UI5 application is listed there:image.pngClick 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!


            image.png

            image.png