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

add debug statements to debugger shell launching path

Open vzaidman opened this issue 3 weeks ago • 1 comments

Summary: There's a bug in Node.JS: https://github.com/nodejs/node/issues/51018 where spawning a process on Windows with detached mode and unref will not actually inherit stdio. You need to manually pipe these to get to see stdout and stderr. It works well on MacOS though.

Changelog: [Internal]

Differential Revision: D88955169

vzaidman avatar Dec 18 '25 14:12 vzaidman

@vzaidman has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88955169.

meta-codesync[bot] avatar Dec 18 '25 14:12 meta-codesync[bot]

This pull request has been merged in facebook/react-native@c00173fdb4bd9f852e8ca1908af46cec500887aa.

meta-codesync[bot] avatar Dec 22 '25 16:12 meta-codesync[bot]

This pull request was successfully merged by @vzaidman in c00173fdb4bd9f852e8ca1908af46cec500887aa

When will my fix make it into a release? | How to file a pick request?

react-native-bot avatar Dec 22 '25 16:12 react-native-bot

This pull request has been reverted by 17cba6e1aff4e5839a6a2891fac0e4994073b8cd.

facebook-github-bot avatar Dec 24 '25 17:12 facebook-github-bot