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
Asked
Active
Viewed 2,698 times
8

phuocantd
- 452
- 4
- 12
1 Answers
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
-
It not working for me – phuocantd Oct 14 '22 at 15:07
-
@phuocantd have you read this advice https://github.com/facebook/react-native/issues/34615#issuecomment-1245364472 you need to instal Flipper and try with Flipper – Kirill Novikov Oct 14 '22 at 15:17
-
It working on react native v0.67, v0.68 but not working on react native v0.70 – phuocantd Oct 15 '22 at 08:35