react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Hermes Debugger Support Planning

Open iamAbhi-916 opened this issue 5 months ago • 0 comments

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

iamAbhi-916 avatar Aug 11 '25 06:08 iamAbhi-916