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
thx for doing this great boilerplate project. It help´s a lot when starting development with react and electron! Great!
The only thing I am missing is a good debugging support out of my IDE. Is it possible to debug the main/render thread with VS-Code even when using the devserver (npm run dev)? What I have to do to configure the debugger properly?
The text was updated successfully, but these errors were encountered:
Above is my vscode launch.json. But I have to launch the Main first and then the Renderer, sometimes launch All works too but sometimes not, seems a race conditions issue.
Hi,
thx for doing this great boilerplate project. It help´s a lot when starting development with react and electron! Great!
The only thing I am missing is a good debugging support out of my IDE. Is it possible to debug the main/render thread with VS-Code even when using the devserver (npm run dev)? What I have to do to configure the debugger properly?
The text was updated successfully, but these errors were encountered: