VSC: 1.42.1
Electron: 8.0.3
macOS: 10.14.5
node: 11.15.0
I've been struggling for months with the "breakpoint set but not bound" issue when trying to debug the renderer
process in Electron
. I will spend a few hours searching around, trying sample launch configurations, trying various suggestions (e.g. Electron main and renderer process debug configuration) and then I give up, until next time. . .
It did work in VSC 5 or 6 versions ago and then it broke. I've been all over the VSC GitHub "issues" pages and nothing works. I am able to debug the main
process.
My project structure is shown below. I am not using Webpack, Angular, React nor any other JavaScript framework.
Does anyone have a launch configuration that works with this sort of set up?
"console.log()" is getting really old . . .