microsoft / microsoft/react-native-windows

Hermes Debugger Support Planning

Open
#15,044 1 comment 0 reactions 2 assignees View on GitHub

@vmoroz is already working on this.

Since Nov 6, 2025.

enhancement
Dominant language
C++
Stars
17.3k
Forks
1.2k
Avg merge
1d 13h
Merged PRs (30d)
33

Description

  • Build RNW ( Hermes runtime) with new Fusebox arch for debugger
  • To inspect the RNW apps attach correct inspectorTarget and see if we can excahneg CDP message from Devtools
  • Figure out what features work and what doesn't so that we can create an exhaustive list of abi_stable apis to implemented.
  • Implement Vtable(function pointer tables) for dynamic dispatch serves as a bridge interface between RNW and hermes.dll.
  • Implement APIs in RNW to create and configure debugger-enabled Hermes runtime
  • Implement the missing and mock APIs above in hermes-windows to be loaded in RNW via hermes.dll using the vtable(function pointer table) .
  • Add notifs/messages mech to verify communication btw debugger UI ( cdp) -> hermes runtime -> VM .
  • Combine the above and test by creating a RNW app with debugger enable hemres.dll settings.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.