Reputation: 5143
I feel stupid that I'm asking that but - Is it possible to debug JavaScript (setting breakpoints, see variables values) with Flipper in a React Native environment?
Upvotes: 5
Views: 2368
Reputation: 2102
Today, it is only possible to debug JavaScript with Flipper if you use Hermes.
So, without Hermes is not possible to add breakpoint, show variable values or debug line by line.
Upvotes: 6