Open Aximem opened 6 years ago
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 nuclide@0.288.0
The last working version of React Native debugger is 0.301.1. Are there any plans to fix this issue?
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
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
): ├── MagicPython@1.0.12 ├── atom-beautify@0.32.5 ├── file-icons@2.1.22 ├── highlight-selected@0.14.0 ├── language-babel@2.85.0 ├── language-graphql@0.10.1 ├── language-haskell@1.17.8 ├── language-ini@1.20.0 ├── language-kotlin@0.5.0 ├── language-lua@0.9.11 ├── language-ocaml@1.9.5 ├── language-rust@0.4.12 ├── language-scala@1.1.9 ├── language-swift@0.5.0 ├── language-thrift@1.0.2 ├── nuclide@0.323.0 ├── nuclide-format-js@0.0.46 ├── platformio-ide-terminal@2.8.3 ├── set-syntax@0.4.0 ├── sort-lines@0.18.0 └── tool-bar@1.1.7I 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.