RemoteDebug/remotedebug-ios-webkit-adapter

Can't see web page in chrome devtools

Kalinin opened this issue · 3 comments

  • windows 10, chrome 74.0.3729.169
  • iphone 4, ios 7.1.2. safari 7.

Annotation 2019-06-17 110544

debug info

PS C:\Users\sadf> remotedebug_ios_webkit_adapter --port=9222
iosAdapter.getTargets
remotedebug-ios-webkit-adapter is listening on port 9222
iosAdapter.getTargets
iosAdapter.getTargets
iosAdapter.getTargets
iosAdapter.getTargets
New websocket connection to /ios_741c91eb68848af82707d4460ea2e111ad13126a/ws://127.0.0.1:9323/devtools/page/1
Connection established to ws://127.0.0.1:9323/devtools/page/1
Error received (overriding) {"error":{"code":-32601,"message":"'Log.startViolationsReport' wasn't found"},"id":12}
Error received (overriding) {"error":{"code":-32601,"message":"'ServiceWorker.enable' wasn't found"},"id":13}
Error received (overriding) {"error":{"code":-32601,"message":"'Target.setAutoAttach' wasn't found"},"id":14}
Error received (overriding) {"error":{"code":-32601,"message":"'Target.setRemoteLocations' wasn't found"},"id":15}
Error received (overriding) {"error":{"code":-32601,"message":"'Target.setDiscoverTargets' wasn't found"},"id":16}
Error received (overriding) {"error":{"code":-32601,"message":"'Page.setAutoAttachToCreatedPages' wasn't found"},"id":17}
Error received (overriding) {"error":{"code":-32601,"message":"'Rendering.setShowViewportSizeOnResize' wasn't found"},"id":19}
Error received (overriding) {"error":{"code":-32601,"message":"'Runtime.runIfWaitingForDebugger' wasn't found"},"id":28}
(node:2128) UnhandledPromiseRejectionWarning: #<Object>
(node:2128) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:2128) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:2128) UnhandledPromiseRejectionWarning: #<Object>
(node:2128) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
iosAdapter.getTargets

I see #105 issue. But i think it is not the same.

Did you also see #138?

Yes. I watched it. But i have no updates on my iOS device - iphone 4, ios 7.1.2.

This project is now super-seeded by https://inspect.dev/ – a new developer tool for macOS and Windows to inspect and debug your web apps and websites in Safari and WebViews on iOS devices.

RemoteDebug iOS WebKit Adapter is not proactively maintained or extended.