• 2025-12-15
在VSCode中调试Electron主进程和渲染进程

在VSCode中调试Electron需配置launch.json:主进程用type:"node"配合--inspect-brk和runtimeExecutable;渲染进程用typ......

11