I\'m attempting to debug electron app from visual studio 2017 (and not vscode) from scratch.
I created a console nodejs project, install and save electron. Project s
This is actually very easy to do.
Go to Debug > Attach to process... and enter the Webkit websocket connection type and http://127.0.0.1:5858 as the target.
Your breakpoints are now enabled.