react-native-debugger

React-native Timeout when connecting to remote debugger in windows

此生再无相见时 提交于 2019-12-18 19:40:17
问题 I am new to React-Native and android app development as a whole. While i try to run remote debugger in Android Emulator (Pixel 2 phone), I get the following error in the emulator: Then after, even if I stop remote debugging, the application won't run on the emulator (i.e. nothing is rendered into the emulator screen). I need to run the project again. Following is the auto-generated debugger URL: http://10.0.2.2:8081/debugger-ui How can I Fix this problem? 回答1: http://10.0.2.2:8081/debugger-ui

React Native Debugging with Async/Await

陌路散爱 提交于 2019-12-03 15:51:59
问题 I have recently started writing React Native code, and am having tremendous difficulty getting either the Chrome debugger or the React Native debugger to work properly with my Async/Await functions and Async/Await arrow functions. I can successfully attach the debuggers to my code and step through most of my code, but it seems that when the debugger gets inside of my async methods, it loses track of what line is actually executing , making it impossible to work productively. Some breakpoints