Skip to content

Commit b7eb4e0

Browse files
authored
Collect full dumps on crash (#8604)
2 parents 637228a + 3042772 commit b7eb4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/dotnetRuntime/dotnetRuntimeExtensionResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
9999
// Enable dump collection
100100
env.DOTNET_DbgEnableMiniDump = '1';
101101
// Collect heap dump
102-
env.DOTNET_DbgMiniDumpType = '2';
102+
env.DOTNET_DbgMiniDumpType = '4';
103103
// Collect crashreport.json with additional thread and stack frame information.
104104
env.DOTNET_EnableCrashReport = '1';
105105
// The dump file name format is <executable>.<pid>.dmp

0 commit comments

Comments
 (0)