-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Native Crash Issues
Robo edited this page Feb 23, 2021
·
24 revisions
VSCode since version 1.46 now supports a new --crash-reporter-directory <absolute-path>
option that you can use to produce crash dumps into that folder. Please try this option first:
- close all instances of VSCode
- run
code --crash-reporter-directory <absolute-path>
from the command line- note: use
code-insiders
for the insiders version if you are using it
- note: use
- take the steps that lead to the crash
- check for a
*.dmp
file in that folder - send the
*.dmp
file back to us (email, or attach to issue)
If you can reproduce the issue running out of sources:
- Follow the instructions at https://github.com/nornagon/electron-minidump/blob/master/README.md
- Check for the symbolicated trace
Project Management
- Roadmap
- Iteration Plans
- Development Process
- Issue Tracking
- Build Champion
- Release Process
- Running the Endgame
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Feedback Channels
- Source Code Organization
- Coding Guidelines
- Testing
- Dealing with Test Flakiness
- Contributor License Agreement
- Extension API Guidelines
- Accessibility Guidelines
Documentation