0

I am trying to console.log in a React Native project but the chrome tools will not load. The iOS emulator shows a warning saying remote debugger is in a background tab but there are no instances of a debugger open.. When I navigate to localhost:8081 it just says "React Native packager is running." with a link to the documentation homepage. I was just logging yesterday without any issues. Any ideas?

Warning, Remote Debugger is in a background tab

4

1 回答 1

0

well, I figure this issue sometimes, just close your browser, disable Debugger, reopen your browser and open navigate to localhost:8081, enable Debugger now and re-load the app, this works for me most the times

于 2021-02-15T19:00:22.117 回答