I have created launch.json
file exactly as this for debugging my Electron Application on VS Code. But the console.log()
not printing anything to the debug console.
If I add "console": "integratedTerminal"
to launch.json
the log displays on the built in terminal. I want the log to be displayed on debug console. How can I fix it?