Reputation: 398
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
Upvotes: 8
Views: 4024
Reputation: 3067
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
Upvotes: 0