Skip to content

Commit 3b37477

Browse files
authored
Clarify full dump creation in comments (#8613)
2 parents dcca426 + e89a569 commit 3b37477

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
@@ -98,7 +98,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {
9898
if (languageServerOptions.crashDumpPath) {
9999
// Enable dump collection
100100
env.DOTNET_DbgEnableMiniDump = '1';
101-
// Collect heap dump
101+
// Create a full dump with as much info as possible (all memory including module images)
102102
env.DOTNET_DbgMiniDumpType = '4';
103103
// Collect crashreport.json with additional thread and stack frame information.
104104
env.DOTNET_EnableCrashReport = '1';

0 commit comments

Comments
 (0)