microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.26k stars 1.14k forks source link

Current Issues with Hermes Direct Debugging #12982

Open TatianaKapos opened 5 months ago

TatianaKapos commented 5 months ago

Problem Description

In React Native Windows, we've observed a regression in Hermes Direct Debugging across versions 0.72.x, 0.73.x, and 0.74.x. While we're actively working on a patch for these versions, we recommend using Web Debugging as an alternative while this issue is still open. You can find instructions for Web Debugging here. Thank you for your patience as we work to get a fix out!

### Current Open Issues
- [ ] https://github.com/microsoft/react-native-windows/issues/12654
- [ ] https://github.com/microsoft/react-native-windows/issues/11252
- [ ] https://github.com/microsoft/react-native-windows/issues/10245
- [ ] https://github.com/microsoft/react-native-windows/issues/12834
- [ ] https://github.com/microsoft/react-native-windows/issues/12842
- [ ] https://github.com/microsoft/react-native-windows/issues/13312
- [ ] https://github.com/microsoft/react-native-windows/issues/13543
- [ ] https://github.com/microsoft/react-native-windows/issues/13545
- [ ] https://github.com/microsoft/react-native-windows/issues/13546
gabor-seres-sap commented 5 months ago

Unfortunately, Web Debugging is not an option for those who want to use synchronous calls to native module methods according to https://microsoft.github.io/react-native-windows/docs/debugging-javascript#web-debugging

Furthermore, some parts of RN, such as synchronous calls to native module methods, only work when running on the embedded JS engine. Such native methods won't work when using Web Debugging.