- Run js server with
--inspect
switch:
node --inspect js-executor.js
-
Run your
react-native-desktop
application -
Click on
inspect
link nearjs-executor.js
Target -
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