-
Notifications
You must be signed in to change notification settings - Fork 13
Attaches to Chrome instead of iOS Device on Windows #10
Comments
Hi @hoovercj , Can I get you to enable logging by setting the You should see something like this in the console:
|
Hi I am trying to do both connect via Window PC and an Ipad. I still cannot get it to load on the PC. Here is my attach config: When I run the debugger I get this error "[debugger-for-chrome] Got a response from the target app, but no target pages found" and this console:
|
@nbapat43 Looks like the debugger is able to connect to your iOS device, but it can't find a tab with the URL |
Apologies, I didn't get a chance to look into this again until now. It turns out the solution is "close chrome". If chrome is open, it will only try to attach there. If I close chrome, it will attach to the iPhone. |
Hi guys I was wondering is there a way to see the generated sources on the page much like the "Sources" tab in Chrome - I want to debug a webpage that isn't hosted by me. Is it possible ? I'm sorry that I didn't open a seperate thread - I'm going to open one if it's needed. Thanks ! |
Hey folks - I'm having this same problem. I closed Chrome completely on my PC. My iPhone is open to the right URL. I enabled logging, but nothing there seems to add additional info. What else can I try? |
@auchenberg I am having the same symptoms as @nbapat43 above... |
I'm getting the exact same error, except I don't see this: Unfortunately, closing Chrome does not seem to help. |
This debug extension hasn't been maintained in a while. My advice would be to look into https://medium.com/@auchenberg/hello-remotedebug-ios-webkit-adapter-debug-safari-and-ios-webviews-from-anywhere-2a8553df7465, which has a guide for VS Code too. |
If the plan is to not maintain this anymore (which is totally understandable), should the readme be updated to say as much? |
@cfjedimaster Added in dae1e00 |
I've followed the instructions as I see them:
Result:
At this point it is just connecting to my machine's Chrome when what I really want is to connect to the tab that is open on my iOS device and connected via USB. If the tab is open in chrome it will attach to it, otherwise it gives me a "chrome-debugger-error: tab not found, available tabs are...".
The text was updated successfully, but these errors were encountered: