You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ccl0504 and thanks for your question. React Native Tools debugger is based on debugging via local Node.js process. As we found out Node.js has some problems with large amounts of IO due to architectural features: nodejs/node#6379.
I recommend to not overload the debugger thread by non-blocking IO like console.log.
Actual Behavior
Expected Behavior
Software versions
App.js
The text was updated successfully, but these errors were encountered: