Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug JS Remotely not working for native-react(android) in ubuntu

When I try to connect to debugger, it throws following error.

Error

like image 970
john doe Avatar asked Mar 11 '23 03:03

john doe


2 Answers

Browsed to http://localhost:8081/debugger-ui and then clicked 'Debug js remotely'.That got it working.

like image 56
john doe Avatar answered Mar 12 '23 15:03

john doe


Replace default react Ip with localhost like this:

http://localhost:8081/debugger-ui/

like image 33
Hassan Saeed Avatar answered Mar 12 '23 16:03

Hassan Saeed