microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.53k stars 1.56k forks source link

Add logging to crash data indicating if the crash occurred during shutdown or not #12775

Open sean-mcmanus opened 1 month ago

sean-mcmanus commented 1 month ago

Crashes on shutdown are lower priority and would also help diagnose the potential causes, such as trying to access static data that has already been destroyed.

It may also be useful to log if the database has been properly shutdown or not, since a crash before the database is shutdown could result in the database having to be repopulated.