- Run js server with
--inspectswitch:
node --inspect ubuntu-server.js-
Run your
react-native-desktopapplication -
Click on
inspectlink nearubuntu-server.jsTarget -
Chrome devtools will open where you can see console output of your application and debug it.
Read how to investigate UI structure with react-devtools

