From e298a153bbe172d1f9e5033bf96ebedfaf656594 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 10 Jun 2020 16:30:57 +0000 Subject: [PATCH] Deploy website Deploy website version based on a9d5c493025fd66ab24eba19f0b05e48be5a1d9c --- docs/next/hermes.html | 2 +- docs/next/hermes/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/hermes.html b/docs/next/hermes.html index 911a4823ce0..c2a988c1561 100644 --- a/docs/next/hermes.html +++ b/docs/next/hermes.html @@ -111,7 +111,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/next/hermes/index.html b/docs/next/hermes/index.html index 911a4823ce0..c2a988c1561 100644 --- a/docs/next/hermes/index.html +++ b/docs/next/hermes/index.html @@ -111,7 +111,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.