You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up JavaScript direct debugging for VS Code (Hermes), the output in the launch.json file when adding a 'Node.js' or 'Node.js: Attach' configuration does not match the expected output in the documentation, as shown below:
After adding the config, I just replaced it with what the expected config was according to the documentation, but not sure why there is a difference in output.
The text was updated successfully, but these errors were encountered:
Page url
https://microsoft.github.io/react-native-windows/docs/debugging-javascript#direct-debugging
Problem Description
When setting up JavaScript direct debugging for VS Code (Hermes), the output in the
launch.json
file when adding a 'Node.js' or 'Node.js: Attach' configuration does not match the expected output in the documentation, as shown below:Node.js:
Node.js (Attach):
Expected output:
After adding the config, I just replaced it with what the expected config was according to the documentation, but not sure why there is a difference in output.
The text was updated successfully, but these errors were encountered: