#electron调试模式配置非常复杂,并且bug太多,为了使得同学们不浪费时间学习,特配置如下代码仓库供 #大家研究使用. # electron-quick-start **Modified to debug in VS Code** ## Instructions - `npm install` - Open it in VS Code - Install [Debugger for Chrome](https://marketplace.visualstudio.com/items/msjsdiag.debugger-for-chrome) if you haven't - (Windows) Go to `.vscode/launch.json` and modify `runtimeExecutable` - Run either "Debug Main Process" or "Debug Renderer Process" in Debug Viewlet ## Commit that has the modification [22d85fe](https://github.com/octref/vscode-electron-debug/commit/22d85fe0d736b0842a7d3ad66b50c4097a8a4005) ## License CC0, same as [electron/electron-quick-start](https://github.com/electron/electron-quick-start).