-
Notifications
You must be signed in to change notification settings - Fork 955
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
Hermes Debugger console is always empty #4860
Comments
+1 |
same here and breakpoints doesnt work either |
Upgraded flipper to 203. Still facing the issue |
Also getting this on 0.182.0 (the last version I can get to work on both Android and iOS) - RN 0.72 is DOA for us until this is resolved |
Maybe it will help you to upgrade react native to 0.72.2. https://github.com/facebook/react-native/releases/tag/v0.72.2. ( fixed: Re-enabled debugging for debug builds) |
@JuuRousse Thanks! That really helped! |
This issue still persists. The Hermes Debugger still does not show console logs. Has anyone been able to resolve this? Flipper client version: 0.211.1 |
@natemartins upgrading to 0.72.2 worked for us ( #4860 (comment) ) |
@dylmye Thanks. This worked |
🐛 Bug Report
After upgrading react-native from 0.71.4 to 0.72.0 and Flipper from 0.192 to 0.201 Hermes debugger's console is always empty. Thanks God console.log plugin is still showing the output.
To Reproduce
create 0.71.4 RN project
install Flipper 0.192 and configure project correspondingly
upgrade project to RN 0.72.0 using upgrade helper
upgrade Flipper and react-native-flipper npm to latest
launch the project
launch Flipper
Environment
Android 11, Flipper 0.201.0, Windows 10
The text was updated successfully, but these errors were encountered: