Questions tagged [chrome-remote-debugging]

Chrome remote debugging utilises the chrome remote debugging interface to connections to a remotely running instance of Chrome and remote control of that instance. This can be used by test automation drivers like Selenium when interacting with Chrome.

49 questions
0
votes
0 answers

Remote Chrome debugging on Android device

I've followed https://developers.google.com/web/tools/chrome-devtools/remote-debugging and am fine up 'till "Step 2: Debug content on your Android device from your development machine." I'm logged into the same Google account on dev and remote…
ssteinerX
  • 191
  • 1
  • 6
0
votes
1 answer

How to use Chrome debugging on a signed Cordova app?

I have been using the Chrome remote device inspector to debug my Cordova app. The debug version of my app has been working fine without errors. However, now I made a signed APK for the first time, which installs and opens up, but hangs in a loading…
0
votes
0 answers

How to avoid modifying the published source code file in Visual Studio while debugging?

I keep running into an annoying problem with Visual Studio. I make a change to a source code file (.cshtml) and then I publish it, run it, and step through parts to debug it. (it steps through the published file, not the file from the folder where…
0
votes
0 answers

Limit of how many nw-js instances can we run?

I am having an issue that I cannot run more then 115 instances of nw-js. Hardware is not the problem, but it looks like there is some restriction somewhere. Does anyone know why I cannot run more then 115 instances?
1 2 3
4