vscode debug support
See original GitHub issueIs your feature request related to a problem? Please describe. Could you add .vscode/launch.json to support vscode support?
Describe the solution you’d like We need debug both main process and renderer process as follows:
- 
debug main process like src/background.ts 
- 
debug renderer process (vue project) in electron use Debugger for Chromeextension
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (3 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
Debugging in Visual Studio Code
VS Code has built-in debugging support for the Node.js runtime and can debug JavaScript, TypeScript, or any other language that gets transpiled to...
Read more >Introduction to Debugging in Visual Studio Code
In this tutorial, we will show you how to run and debug a program in VS Code. We'll take a tour of the...
Read more >Debugger Extension - Visual Studio Code
List of languages supported by the debugger. VS Code enables the UI to set breakpoints for those languages. mention- JSON schema for the...
Read more >Debug Node.js Apps using Visual Studio Code
The JavaScript debugger of VS Code supports source maps that help debugging of transpiled languages, for example, TypeScript or minified/uglified JavaScript.
Read more >Debug Browser Apps using Visual Studio Code
The Visual Studio Code editor includes browser debugging support. Set breakpoints, step-in, inspect variables and more.
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

.vscode/launch.json:.vscode/tasks.json:Hi guys, I’m trying to debug with that configuration and don’t work! I get this message:
Cannot connect to runtime process, timeout after 30000 ms - (reason: Cannot connect to the target: connect ECONNREFUSED 127.0.0.1:9223)And from console
Not launching electron as debug argument was passed. You must launch electron through your debuggerAny idea?