I am on macOS Sierra using native 0.42.3 reaction:
I run my application using react-native run-ios, then click Cmd-D, and I select "Debug JS remotely". After that, a new Chrome tab opens, and, switching to dev tools, I see my console with every output so far.
The problem is this: when I restart the application and the debugger is open, it crashes with the infamous red screen saying: "The runtime is not ready for debugging."
I found a lot of debugging messages with a native reaction, but it seems that the problem does not occur when you try to restart it.
source
share