git工程以后完成准备工作,在vscode上直接调试,主进程可以正常打断点,加载渲染进程后就会出现白屏 返回(node:36548) electron: Failed to load URL: http://127.0.0.1:3344/ with error: ERR_CONNECTION_REFUSED #519
Labels
help wanted
Extra attention is needed
Describe the problem you confuse
1.已经下载过 JavaScript Debugger (Night)插件
现象:
在主进程 ..\electron-vite-vue-main\electron\main\index.ts 中打断点可以进入,后面加载一会儿
就会直接直接白屏如下图所示
并且返回报错
(node:25524) electron: Failed to load URL: http://127.0.0.1:3344/ with error: ERR_CONNECTION_REFUSED
使用脚本进行调试,可以正常打断点到主进程,并且也能显示渲染进程但是不能在渲染进程(在HelloWorld.vue)中打断点,只能在devtool里进行调试
试了好几个别的工程模板在调试的时候也是有同样问题,新人入坑,求指教 。
The text was updated successfully, but these errors were encountered: