Replies: 1 comment
-
Thank you very much for your post. I tried it and i can create Breakpoints in the main process, but i am not able to create breakpoints in the renderer process ? |
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
-
I got debugging working in VS Code for both the main and renderer processes by adding this
launch.json
file.Then in
vite.config.ts
I modified the returned configuration as follows:Beta Was this translation helpful? Give feedback.
All reactions