Vscode-react-native: Add support for debugging react-native universal windows platform (UWP)

Created on 9 Aug 2016  路  8Comments  路  Source: microsoft/vscode-react-native

This is a feature request to add debug support for the windows port of react-native.

The Windows Universal Platform port of react-native is here: https://github.com/ReactWindows/react-native-windows

VSCode react-native extension seems the logical way to debug on windows, but currently we only support ios and android.

enhancement

Most helpful comment

@panarasi Any update on this ?

All 8 comments

@jmcginty We are currently looking into this. There does not seem to be much work we would need to do, and this is a planned work item.

@panarasi Is there a public view of the planned work items?

We love to have this feature. Also I found that now we can develop UWP apps using Windows Standalone SDK without Visual Studio Code.

I already raised an issue regarding this in react-native-windows repo.

Hope we will get this feature soon. Excited to build UWP apps in react-native using VS Code.

image
(Screenshot taken from https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)

@panarasi Any update on this ?

This would be extremely helpful to have.

VSCode now supports "attaching" to the Windows platform. For this workflow, you would now have to select "Attach to packager" in the debug options, and then put the windows react native app into debug mode. VSCode will automatically become the debugger.

@panarasi Can you please share Launch.json for this as for me I am getting below error:
windows is not a valid platform

FYI I am tracking this under separate issue if you have any input please update it:
https://github.com/Microsoft/vscode-react-native/issues/719#issuecomment-395773872

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vladimir-kotikov picture vladimir-kotikov  路  5Comments

vsccarl picture vsccarl  路  3Comments

buddhamangler picture buddhamangler  路  5Comments

peterp picture peterp  路  4Comments

tavrez picture tavrez  路  4Comments