facebook / react-native

Explicitly enable debugger when building Hermes for Fantom (#55202)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/55202 Changelog: [Internal] After changing Hermes V1 to be the default engine, Fantom tests started failing. This was due to a combination of changes, one of them being the change of default value for `HERMES_ENABLE_DEBUGGER`. In case of legacy Hermes it was enabled by default, while for Hermes V1 it's disabled by default. Fantom didn't explicitly set this flag, but the debug build of RN (which Fantom performs) requires it to be enabled. This diff explicitly sets this flag to true for Fantom builds. Reviewed By: cipolleschi, cortinico Differential Revision: D90849881 fbshipit-source-id: 17f8393872eacef26f927f50aaf364644d9b94d7
Jakub Piasecki Jakub Piasecki committed on Jan 16, 2026, 02:42 PM
Showing 2 changed files +99 additions -23 deletions
Browse files at this commit โ†’