Open Suyashtnt opened 3 years ago
Did you figure this out eventually?
Nope
Correction: This works on 'debugger' statements, but breakpoints don't break.
{
"configurations": [
{
// ONLY 'debugger'
// BREAKPOINTS NOT WORKING
"command": "yarn dev",
"name": "Run App in Dev Mode",
"request": "launch",
"type": "node-terminal"
}
]
}
If anyone else got any ideas, then comment.
I want to debug with vscode, i got the main process to work but not the renderer process
config: