-
Notifications
You must be signed in to change notification settings - Fork 682
React Native debugger doesn't work with React Native v0.21.0-rc #376
Comments
Hi @Nikamura! Two quick questions. Have you used the debugger successfully with a previous version of RN? Also, what version of node do you have installed? |
@matthewwithanm Just tested with the latest stable version and it didn't work also. So no. |
Ah, I think I see. Sometimes the debugger gets stuck for some reason. Can you hit the Pause button (F8) and see if it resumes? |
Okay, those are RN issues 😢 I have commits in to fix it (facebook/react-native@bb3d8d5 and facebook/react-native@ecf6981) that I'm hoping to get into 0.21. |
Okay cheers, I will cherry pick them until then. Have a good weekend:) |
You too! Thanks for helping me diagnose! |
It works, but I don't know if the behaviour is intended https://gfycat.com/UnconsciousImaginativeEel it always come up paused or something cause after each reload I have to press FN+F8, should I be using hot reloading to be able to use the debugging? |
The paused thing is a bug 😢. I'll try to figure it out ASAP. |
@matthewwithanm the bug where debugger starts paused (tested with nuclide master) is still present. Do you need any help debugging it? |
Sorry, I've been working on an overhaul of the debugger stuff that's taken longer than anticipated. I'll put in a quick fix for this today. |
Okay, thanks. Waiting for it. |
Summary:This is a band-aid for #376 while I work on the RN debugger overhaul. public Reviewed By: bottledwalter Differential Revision: D3030102 fb-gh-sync-id: 32abfca21cc1f46398cbf4c9cb8d9aec6157154c shipit-source-id: 32abfca21cc1f46398cbf4c9cb8d9aec6157154c
Hey all! I've pushed a bunch of updates. Here's the current story (as of bb3311c):
I've opened a new issue (#402) for the remaining bug. Thanks for bearing with me! |
Issue and Steps to Reproduce
Expected Behavior
Actual Behavior
Versions
Additional Details
/Users/*/.atom/packages (1)
└── [email protected]
I know that 0.21.0-rc changed some stuff in the Chrome debugging facebook/react-native@64d56f3 so don't really know if this is atom bug or React Native
The text was updated successfully, but these errors were encountered: