phuocantd
phuocantd

Reputation: 398

Open Debugger react-native 0.70

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

Answers (1)

Kirill Novikov
Kirill Novikov

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

Related Questions