From d459e625032cb060a016ea548e5a9834b4d6d562 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 12 Jul 2020 19:25:18 +0000 Subject: [PATCH] Deploy website Deploy website version based on 9069d7131acea320844dd3abf9f70698d89a9401 --- docs/0.62/hermes.html | 2 +- docs/0.62/hermes/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/0.62/hermes.html b/docs/0.62/hermes.html index 73497027f45..30a85ef2145 100644 --- a/docs/0.62/hermes.html +++ b/docs/0.62/hermes.html @@ -107,7 +107,7 @@

This will compile JavaScript to bytecode during build time which will improve your app's startup speed on device.

Debugging Hermes using Google Chrome's DevTools

Hermes supports the Chrome debugger by implementing the Chrome inspector protocol. This means Chrome's tools can be used to directly debug JavaScript running on Hermes, on an emulator or device.

-

Chrome connects to Hermes running on device via Metro, so you'll need to know where Metro is listening. Typically this will be on localhost:8081, but this is configurable. When running yarn start the address is written to stdout on startup.

+

Chrome connects to Hermes running on device via Metro, so you'll need to know where Metro is listening. Typically this will be on localhost:8081, but this is configurable. When running yarn start the address is written to stdout on startup.

Once you know where the Metro server is listening, you can connect with Chrome using the following steps:

  1. Navigate to chrome://inspect in a Chrome browser instance.

  2. diff --git a/docs/0.62/hermes/index.html b/docs/0.62/hermes/index.html index 73497027f45..30a85ef2145 100644 --- a/docs/0.62/hermes/index.html +++ b/docs/0.62/hermes/index.html @@ -107,7 +107,7 @@

    This will compile JavaScript to bytecode during build time which will improve your app's startup speed on device.

    Debugging Hermes using Google Chrome's DevTools

    Hermes supports the Chrome debugger by implementing the Chrome inspector protocol. This means Chrome's tools can be used to directly debug JavaScript running on Hermes, on an emulator or device.

    -

    Chrome connects to Hermes running on device via Metro, so you'll need to know where Metro is listening. Typically this will be on localhost:8081, but this is configurable. When running yarn start the address is written to stdout on startup.

    +

    Chrome connects to Hermes running on device via Metro, so you'll need to know where Metro is listening. Typically this will be on localhost:8081, but this is configurable. When running yarn start the address is written to stdout on startup.

    Once you know where the Metro server is listening, you can connect with Chrome using the following steps:

    1. Navigate to chrome://inspect in a Chrome browser instance.