You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a react app and use debug , debug(xxx) can work well on browser. but on electron user window.loadUrl("http://localhost:3000") load page, open electron dev tools, debug() cannot work.
I create a react app and use
debug,debug(xxx)can work well on browser. but onelectronuserwindow.loadUrl("http://localhost:3000")load page, open electron dev tools,debug()cannot work.code demo: https://github.com/huyinghuan/debug-issue
setup install deps:
run react app
open browser,
http://localhost:3000inconsoledebug work well.run electron:
new terminal
when loaded page, in
dev toolsdebug output nothing.react app index.js: