react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

iOS app crash on reload while debugging

Open wemow opened this issue 3 years ago • 6 comments

I've tried everything so far and it's still randomly buggy, sometimes when I erase the simulator it's working good for a while and sometimes it's crashing at every reload

https://user-images.githubusercontent.com/18286671/128570905-2e6733b1-5c99-4d5c-a8dd-ff8c22249cdc.mp4

React Native Debugger app version: 0.64.2 React Native version: 0.64.2 Platform: iOS 13.7 Is real device of platform: No Operating System: macOS

wemow avatar Aug 06 '21 21:08 wemow

@yemd this package has a lot of issues inside. Prefer using flipper for debug purpose.

phen0menon avatar Oct 27 '21 15:10 phen0menon

@yemd this package has a lot of issues inside. Prefer using flipper for debug purpose.

Yep, I am aware of this, I'm not quite used to Flipper yet, I will give it a go though, last time I checked I was unable to see the console logs in Flipper, is that possible now?

wemow avatar Oct 27 '21 16:10 wemow

I would say every feature that you can use in rn-debugger, you can use in flipper. Besides, there are a lot of plugins, such as react debugger / redux devtools / network / crash logs and etc. It also supports tab switching for a few devices connected to flipper simultaneously.

This is not an ad, just an advice. I switched to flipper last 3 months and I encountered no errors at all - it's working perfectly. Also, it is maintainted by facebook, I trust them

phen0menon avatar Oct 31 '21 09:10 phen0menon

Same thing happening to me, I guess ill give flipper a try, thanks for the recommendations.

Asgaroth avatar Feb 14 '22 20:02 Asgaroth

Same thing happening to me, I guess ill give flipper a try, thanks for the recommendations.

It's almost working as intended now, flipper is not enough for my case, you need to upgrade react native

wemow avatar Feb 15 '22 11:02 wemow

@yemd this package has a lot of issues inside. Prefer using flipper for debug purpose.

I would love to but I not yet found a way to see and track my redux state as I do in react native debugger with flipper,

wemow avatar Feb 15 '22 11:02 wemow