8

I want to open debugger using hermes but log error Browser exited with error:, Error: invalid url, missing http/https protocol how to fix it

phuocantd
  • 452
  • 4
  • 12

1 Answers1

0

To debug Hermes you can use Flipper or you can follow this instruction https://reactnative.dev/docs/hermes#debugging-js-on-hermes-using-google-chromes-devtools

Kirill Novikov
  • 2,576
  • 4
  • 20
  • 33