React Native debugger - breakpoints not being hit in code that executes soon after start

1k views Asked by At

I'm debugging React Native in Chrome, app is running on an Android emulator on localhost.

Breakpoints in componentDidMount() are not being hit, but if I wrap some code in a setTimeout() to delay execution, the debugger hits the breapoint and pauses as expected?!

0

There are 0 answers