facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.31k stars 954 forks source link

Hermes Debugger console is always empty #4860

Open pavelustenko opened 1 year ago

pavelustenko commented 1 year ago

🐛 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

Mladen1kus commented 1 year ago

+1

pipo151086 commented 1 year ago

same here and breakpoints doesnt work either

pavelustenko commented 1 year ago

Upgraded flipper to 203. Still facing the issue

dylmye commented 1 year ago

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

JuuRousse commented 1 year ago

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)

pavelustenko commented 1 year ago

@JuuRousse Thanks! That really helped!

natemartins commented 1 year ago

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 React Native version: 0.72.1

dylmye commented 1 year ago

@natemartins upgrading to 0.72.2 worked for us ( https://github.com/facebook/flipper/issues/4860#issuecomment-1630837733 )

natemartins commented 1 year ago

@dylmye Thanks. This worked