Skip to content

Commit fe17ba1

Browse files
Merge pull request #10295 from MicrosoftDocs/main638551335396014993sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 34a0ecf + 922adc0 commit fe17ba1

19 files changed

+378
-427
lines changed

.openpublishing.redirection.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,41 @@
594594
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework",
595595
"redirect_document_id": false
596596
},
597+
{
598+
"source_path": "docs/deployment/how-to-enable-autostart-for-cd-installations.md",
599+
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
600+
"redirect_document_id": false
601+
},
602+
{
603+
"source_path": "docs/deployment/how-to-specify-a-start-menu-name-for-a-clickonce-application.md",
604+
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
605+
"redirect_document_id": false
606+
},
607+
{
608+
"source_path": "docs/deployment/how-to-change-the-publish-language-for-a-clickonce-application.md",
609+
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
610+
"redirect_document_id": false
611+
},
612+
{
613+
"source_path": "docs/deployment/how-to-specify-a-support-url-for-individual-prerequisites-in-a-clickonce-deployment.md",
614+
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
615+
"redirect_document_id": false
616+
},
617+
{
618+
"source_path": "docs/deployment/how-to-specify-a-link-for-technical-support.md",
619+
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
620+
"redirect_document_id": false
621+
},
622+
{
623+
"source_path": "docs/deployment/how-to-customize-the-default-web-page-for-a-clickonce-application.md",
624+
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
625+
"redirect_document_id": false
626+
},
627+
{
628+
"source_path": "docs/deployment/how-to-specify-a-publish-page-for-a-clickonce-application.md",
629+
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
630+
"redirect_document_id": false
631+
},
597632
{
598633
"source_path": "docs/deployment/how-to-automatically-increment-the-clickonce-publish-version.md",
599634
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
Loading

docs/debugger/navigating-through-code-with-the-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Navigate code with the debugger"
33
description: "Learn how to use the Visual Studio debugger to troubleshoot your code. Topics include entering break mode, stepping through code, and running to a target."
4-
ms.date: 06/16/2023
4+
ms.date: 06/27/2024
55
ms.topic: how-to
66
f1_keywords:
77
- vs.debug.execution

docs/debugger/using-dump-files.md

Lines changed: 9 additions & 2 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/26/2023"
4+
ms.date: "06/27/2024"
55
ms.topic: "conceptual"
66
f1_keywords:
77
- "vs.debug.crashdump"
@@ -74,11 +74,18 @@ With [Just-In-Time Debugging](../debugger/just-in-time-debugging-in-visual-studi
7474

7575
The **Minidump File Summary** window shows summary and module information for the dump file, and actions you can take.
7676

77+
::: moniker range=">=vs-2022"
78+
:::image type="content" source="../debugger/media/vs-2022/dbg-dump-summary-page.png" alt-text="Screenshot showing Minidump summary page.":::
79+
::: moniker-end
80+
::: moniker range="vs-2019"
7781
:::image type="content" source="../debugger/media/dbg_dump_summarypage.png" alt-text="Screenshot showing Minidump summary page.":::
82+
::: moniker-end
7883

7984
1. Under **Actions**:
85+
8086
- To set symbol loading locations, select **Set symbol paths**.
81-
- To start debugging, select **Debug with Managed Only**, **Debug with Native Only**, **Debug with Mixed**, or **Debug with Managed Memory**.
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).
8289

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

docs/deployment/how-to-change-the-publish-language-for-a-clickonce-application.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/deployment/how-to-customize-the-default-web-page-for-a-clickonce-application.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/deployment/how-to-enable-autostart-for-cd-installations.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/deployment/how-to-specify-a-link-for-technical-support.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/deployment/how-to-specify-a-publish-page-for-a-clickonce-application.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/deployment/how-to-specify-a-start-menu-name-for-a-clickonce-application.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)