We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcca426 + e89a569 commit 3b37477Copy full SHA for 3b37477
src/lsptoolshost/dotnetRuntime/dotnetRuntimeExtensionResolver.ts
@@ -98,7 +98,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
98
if (languageServerOptions.crashDumpPath) {
99
// Enable dump collection
100
env.DOTNET_DbgEnableMiniDump = '1';
101
- // Collect heap dump
+ // Create a full dump with as much info as possible (all memory including module images)
102
env.DOTNET_DbgMiniDumpType = '4';
103
// Collect crashreport.json with additional thread and stack frame information.
104
env.DOTNET_EnableCrashReport = '1';
0 commit comments