diff --git a/docs/remote-debugging.html b/docs/remote-debugging.html index 2a0d11e..483a8f2 100644 --- a/docs/remote-debugging.html +++ b/docs/remote-debugging.html @@ -16,7 +16,8 @@
As of Chrome Beta, the DevTools now support native USB debugging of +connected devices. You no longer need to configure ADB or the ADB plugin to see +all instances of Chrome and the Chrome-powered WebView on +devices connected to your system.
+ +You can find connected devices under about:inspect
or via the Chrome hotdog menu > Tools > Inspect Devices:
+ + + +Note: This update applies to both desktop Chrome Beta on Mac as well as +ChromeOS. Windows users will need to install device drivers to enable +communication between their devices.
+ +In the current Chrome stable, you will still need to enable USB debugging
+via about:flags
. To get this setup:
+
about:flags/#enable-devtools-experiments
and about:flags/#remote-debugging-raw-usb
flags (depending on your Chrome version,
+ you might only need to do the first one).about:inspect
and plug in your Android phone (with USB Debugging on).Older versions of Chrome will still require the ADB Chrome extension in order to +remotely debug devices. For more information, read remote debugging with the ADB Chrome extension. + + +
To start debugging, you need:
diff --git a/docs/remote-debugging/inspect.png b/docs/remote-debugging/inspect.png new file mode 100644 index 0000000..8c6c690 Binary files /dev/null and b/docs/remote-debugging/inspect.png differ diff --git a/docs/remote-debugging/menu.png b/docs/remote-debugging/menu.png new file mode 100644 index 0000000..ab6266b Binary files /dev/null and b/docs/remote-debugging/menu.png differ