Запитання 9
Why is debugging the Hermes JavaScript engine different compared to traditional engines in React Native?
Варіанти відповідей
Hermes uses its own inspector protocol compatible with Chrome DevTools, differing from the old debugger that ran JS in V8 with subtle behavior differences.
Hermes does not support any debugging tools.
Debugging Hermes is performed by injecting logs into native code only.
Hermes debugging relies on the JavaScriptCore debugger used in iOS.