-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
electronIssues and items related to ElectronIssues and items related to Electronworkbench-diagnosticsGeneral VS Code built-in diagnostic issuesGeneral VS Code built-in diagnostic issues
Milestone
Description
Steps to Reproduce (get latest from master
):
- add a
process.crash()
somewhere into workbench code that executes after a timeout - run
scripts/code.sh --crash-reporter-directory <path to empty folder>
- wait for the crash
- check the output of the crash folder
=> no dmp
file exists (but other files that seem to indicate the crash directory is picked up)
This works fine when triggering a crash on the main
side. So I wonder if we are doing something wrong with how we setup the crash reporter.
Metadata
Metadata
Assignees
Labels
electronIssues and items related to ElectronIssues and items related to Electronworkbench-diagnosticsGeneral VS Code built-in diagnostic issuesGeneral VS Code built-in diagnostic issues