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 637228a + 3042772 commit b7eb4e0Copy full SHA for b7eb4e0
src/lsptoolshost/dotnetRuntime/dotnetRuntimeExtensionResolver.ts
@@ -99,7 +99,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
99
// Enable dump collection
100
env.DOTNET_DbgEnableMiniDump = '1';
101
// Collect heap dump
102
- env.DOTNET_DbgMiniDumpType = '2';
+ env.DOTNET_DbgMiniDumpType = '4';
103
// Collect crashreport.json with additional thread and stack frame information.
104
env.DOTNET_EnableCrashReport = '1';
105
// The dump file name format is <executable>.<pid>.dmp
0 commit comments