This repository was archived by the owner on Mar 29, 2021. It is now read-only.
This repository was archived by the owner on Mar 29, 2021. It is now read-only.
Nothing to inspect in chrome://inspect/#devices on iPad iOS 13.3 #181
Closed
Description
Running the latest version of Win 10. Upgraded my iPad to iOS version 13.3 today. Successfully downloaded and installed remotedebug-ios-webkit-adapter and dependencies today, and it runs fine in PowerShell. The iPad successfully connects to Win 10 and shows in iTunes. Port is configured correctly, but nothing to inspect in chrome://inspect/#devices.
Activity
imjoeco commentedon Jan 24, 2020
+1 Same issue.
arantala commentedon Jan 28, 2020
+1 here, using iPhone with iOS version 13.3.
LootKeeper commentedon Jan 29, 2020
+1 Same
qazbob commentedon Jan 29, 2020
+1
saber-mogaddas commentedon Feb 3, 2020
+1
auchenberg commentedon Feb 3, 2020
See #180 (comment)
imjoeco commentedon Feb 4, 2020
@auchenberg Just going to keep posting here as #180 seems to be unrelated and #138 which seems more related has already been closed as fixed with commit #177
Running
npm i -g remotedebug-ios-webkit-adapter@next
as described in the comment you referenced on #180 and then running theremotedebug_ios_webkit_adapter --port=9000
still does not work in Windows 10 running in PowerShell and Chrome.Running
remotedebug_ios_webkit_adapter --port=9000
results in the following console error:and the Devices page shows shows any open chrome tabs and installed chrome extensions under RemoteDebug iOS Webkit Adapter as shown here:
Running
remotedebug_ios_webkit_adapter --port=9222
starts with no error, but the devices tab shows nothing under localhost as the original issue described:Both ports localhost:9000 and localhost:9222 are specified in the Target discovery settings
auchenberg commentedon Feb 5, 2020
@imjoeco Fantastic, thanks for the debugging and instructions to reproduce! I hope someone has time to jump into and help debug this further.
perryp97 commentedon Feb 7, 2020
+1 (also for iPhone)
shamalli commentedon Feb 13, 2020
+1
jacobg commentedon Feb 13, 2020
Also having this issue with both iPhone 6s and iPad Pro with iOS version 13.3 when trying to inspect on Mac OS. I see the devices listed on
chrome://inspect
under Remote Target, but when clicking Inspect, just a white blank window opens.peerjuettner commentedon Feb 14, 2020
+1
21 remaining items
Nyota commentedon Jul 1, 2020
Finally got it to work after my iOS update, this is what worked for me: (iOS 13.5.1, Win10)
scoop update ios-webkit-debug-proxy
npm update remotedebug_ios_webkit_adapter
imadarif commentedon Jul 9, 2020
@Nyota Thanks
Finally Works on iphone 7 13.5.1 & iphone 6 12.4.7
Windows 10
EmSixTeen commentedon Jul 16, 2020
Best I can get is for it to show up in Chrome's devtools (multiple times, oddly), click inspect, and white screen. Have tried all I've seen on this issue.
Windows 10 version 1909 (18363.900)
iOS 13.4.1, iPhone 11 Pro
npm 6.14.5
node v12.18.2
manmohanbishnoi commentedon Jul 22, 2020
It used to work for iOS 13 previously for my iPhone XR on Windows 10
Now I have iOS 13.5.1 and console on the Chrome DevTools does not log any message.
Sometimes it logs messages but without variable values.
this just logs this on console:
value is:
and now since it has stopped logging to the console it's pretty much impossible to debug
eristic commentedon Jul 23, 2020
@manmohanbishnoi That's not how you concatenate in Javascript.
console.log("value is: " . temp_var
not a comma.manmohanbishnoi commentedon Jul 23, 2020
@eristic it was just an example
for debugging Javascript Objects this comma syntax will dump object on the console; otherwise you will get
[Object]
in the console output.anyways the output is empty when I try to debug such things
marcusx2 commentedon Aug 14, 2020
Not working on iOS 13.6.1 . Blank console, no network data. It does show the DOM elements though.
Ronsku commentedon Aug 26, 2020
Same blank page as everyone else is getting. It seems like every time I try to pick up this library I have to work for 3 hours just to get it to work :'D
marcusx2 commentedon Sep 16, 2020
Well did you manage to get it to work? Because I wasted my time installing this debugger only to find out it doesn't work. Had to get myself a cheap Mac.
auchenberg commentedon Mar 29, 2021
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.