vscode-electron-debug | A guide to Debugging Electron App in VSCode
kandi X-RAY | vscode-electron-debug Summary
kandi X-RAY | vscode-electron-debug Summary
A guide to Debugging Electron App in VSCode
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Creates a new window object
- Say Hello .
vscode-electron-debug Key Features
vscode-electron-debug Examples and Code Snippets
Community Discussions
Trending Discussions on vscode-electron-debug
QUESTION
I want to use VS Code to edit and debug Cypress tests. It seems like this should be simple; the cypress docs mention VS Code directly (but give no clues about how to configure VS Code's launch.json file for debugging either there or on the debugging page). I have a launch.json configuration that starts cypress/electron, but VS Code gives this error:
Cannot connect to runtime process… connect ECONNREFUSED 127.0.0.1:5858
Then shuts it down.
Looking at the sample electron for VS Code project doesn't help (adding protocol
or program
attributes didn't work).
Here is my configuration:
...ANSWER
Answered 2019-Mar-14 at 17:28I set this up today and it worked!
- Modify plugins/index.js to launch Chrome in debug mode (--remote-debugging-port=9222):
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vscode-electron-debug
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page