-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do we debug in VSCode? #55
Comments
I'm personally only looking into elmish logs. But @et1975 got debugger working for his project |
The only debugger I was interested hooking up into was Remote DevTools, but I vaguely recall that the Chrome debugger that RN integrates with works via VSCode as well if you line up all the versions just right (RN plugin for VSCode comes with its own packager, which needs specific version of RN, etc). |
Here is a video describing what I'm wanting to do: https://youtu.be/CmEmDJx3FTk I'll ask the React Native Tools guys for help in troubleshooting. microsoft/vscode-react-native#670 |
Anything new on this? I also tried today and was not able to do it. |
Somewhat related to #22 & #48, I'm trying to figure out how to debug the application from Visual Studio Code. It looks like it should be possible using the React Native Tools extension.. The
.vscode/launch.json
makes me think that this may be working for someone.The text was updated successfully, but these errors were encountered: