This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 682
React Native Launch Debugger not working in last versions #1576
Comments
Similar behavior from atom-ide-debugger-native-gdb. Immediately stops, but with no error messages that I see. |
Thanks man! 0.288.0 version works indeed $ apm install [email protected] |
This was referenced Jul 25, 2018
The last working version of React Native debugger is 0.301.1. |
Issue is still up in 0.345.0 |
0.301.1 works. 0.360.0 does not. |
not working in 0.366.0. |
When it will be fixed? |
This is still an issue. The previous versions dont exists anymore |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue and Steps to Reproduce
Expected Behavior
The debugger should launch and build my application, then attach debugger.
Actual Behavior
The debugger immediately stops after launching and displays the message :
Versions
Additional Details
apm ls --installed
):├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
I also tried to downgrade my Nuclide version to 0.288.0 (as I was before) and Launching debugger worked with this version.
Seems like something is wrong is recent versions. I also tried 0.303.0 too and I have the same issue.
I tried others ports but the issue is the same.
Thanks.
The text was updated successfully, but these errors were encountered: