Please help me how to debug in react native with breakpoints, I found only solution for android real devices, but unable to debug with android emulator and iOS simulator.
You can do it by adding breakpoints in your code lines on the source
tab of chrome devTools, actually, there is no difference between Google Chrome devTools or React Native Debugger devTools, open the source and find RNDebuggerWorker.js
in the left pane and you can find your codes and add breakpoints to debug line by line:
You can do it by adding debugger;
at the line in your code and Chrome will automatically stop at that line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With