Skip to content

Commit ec092d1

Browse files
Merge pull request #13992 from Mikejo5000/mikejo-br26
Clarify available actions for dump files
2 parents 17bc0ef + b7c60f4 commit ec092d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/debugger/using-dump-files.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Use dump files in the debugger"
33
description: A dump file is a snapshot of an executing app and loaded modules. Consider creating a dump file for situations where you don't have debug access to the app.
4-
ms.date: "06/27/2024"
4+
ms.date: "06/09/2025"
55
ms.topic: "conceptual"
66
f1_keywords:
77
- "vs.debug.crashdump"
@@ -84,8 +84,9 @@ With [Just-In-Time Debugging](../debugger/just-in-time-debugging-in-visual-studi
8484
1. Under **Actions**:
8585

8686
- To set symbol loading locations, select **Set symbol paths**.
87-
- To start debugging, select **Debug with Managed Only**, **Debug with Mixed**, **Debug with Native Only**, or **Debug Managed Memory**. To analyze managed memory, see [Managed type reports](../profiling/memory-usage-without-debugging2.md#managed-types-reports).
88-
- To get memory analysis on the dump, select **Run Diagnostic Analysis** and see [Debug a managed memory dump with .NET Diagnostic Analyzers](../debugger/how-to-debug-managed-memory-dump.md).
87+
- To start debugging, select **Debug with Managed Only**, **Debug with Mixed**, **Debug with Native Only**.
88+
- To analyze managed memory, select **Debug Managed Memory** and see [Managed type reports](../profiling/memory-usage-without-debugging2.md#managed-types-reports).
89+
- To run a memory analyzer on the dump, select **Run Diagnostic Analysis** and see [Debug a managed memory dump with .NET Diagnostic Analyzers](../debugger/how-to-debug-managed-memory-dump.md).
8990

9091
## <a name="BKMK_Find_binaries__symbol___pdb__files__and_source_files"></a> Find .exe, .pdb, and source files
9192

0 commit comments

Comments
 (0)