-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recipe for Electron #10
Comments
@auchenberg yes, a Electron recipe is really needed... And with VS Code 1.14 it is getting simpler. The Windows specific runtimeExecutable should no longer be needed. |
Found an old electron demo app https://github.com/auchenberg/electron-quick-start-vscode |
Hi guys, I am new to VS Code, as well as remote debugging with Chrome in general, so I have a basic question: I have an internal Electron app that I would like to use the VS Code debugger on. I pasted in the above into my VS Code
I tried poking around on Here is a screenshot of of my VS Code: |
@rkpatel33 Your setup looks correct, and it looks like your Electron app has a few script errors, which are displayed in the debug console. You don't need Chrome DevTools or |
Thanks for the reply. So the breakpoints are working now, and I am also able to see a list of all the processes running in |
Bug found for our composite configuration: https://github.com/Microsoft/vscode-chrome-debug/issues/501 |
Write guide on how to debug both Electron processes via composites
launch.json
The text was updated successfully, but these errors were encountered: