Replies: 1 comment
-
For full debugging in any Jet Brains IDE (WebStorm, IntelliJ, etc.): In
Then create an npm run configuration. To monitor the renderer process, create an Attach to Node.js/Chrome run configuration. You can then create a Compound run configuration and run both of those configs at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I'm trying to debug Main process in PHPStorm, but it I cannot make it work. The VSCode setup (.vscode/launch.json) seems to work fine for VSCode, but I'd rather use PHPStorm for the whole project, instead of switching to VSCode just to debug the main process. Can you please provide clear instruction how to setup PHPStorm to debug the main process. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions