I'm trying to set up react-native-debugger standalone tool. Both metro and the debugger are connected to port 8081 on localhost but they dont seem to be connected to each other. The debugger is stuck on "waiting for client to connect". On top of this, when I open up the dev tools using ctrl+m there is no remote debugging option, only debug, which crashes the application with no error messages to the console. Can anyone tell me what I might be doing wrong?
Asked
Active
Viewed 1,376 times
5
-
Any chance you have figured this out yet? I am experiencing the same and can't see the option to Remote Debug – Shawn Mar 31 '20 at 21:43
-
Duplicated: https://stackoverflow.com/a/60964991/7390929 – Lucas Andrade Sep 30 '20 at 13:30
-
@LucasAndrade can you see the dates on the questions and realise that if its a duplicate, the other one is the duplicate and not this one. thank you – Philip Butler Sep 30 '20 at 13:35
-
You're right, sorry I didn't check that. But the answer for your question is on the link. – Lucas Andrade Sep 30 '20 at 14:12