简体   繁体   中英

React Native localhost Another debugger is already connected

Not sure if anyone had this problem, since I could not look it up anywhere but I cannot see any logs for react native app because the browser console tells me that "Another debugger is already connected" its a warning that keeps looping.

Metro bundler is telling me that I have to see the javascript logs in the browser. I cannot work on my app without debugging it, can anyone help?

地铁站 Chrome 开发者工具

This happens if you have another tab opened at http://localhost:8081/debugger-ui. as you can only have one instance of the debugger running.

You could either go back to the already running tab and see the logs there or close the other tab and refresh this one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM