Skip to content

Repo sync for protected branch #10295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,41 @@
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-enable-autostart-for-cd-installations.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-specify-a-start-menu-name-for-a-clickonce-application.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-change-the-publish-language-for-a-clickonce-application.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-specify-a-support-url-for-individual-prerequisites-in-a-clickonce-deployment.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-specify-a-link-for-technical-support.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-customize-the-default-web-page-for-a-clickonce-application.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-specify-a-publish-page-for-a-clickonce-application.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
"redirect_document_id": false
},
{
"source_path": "docs/deployment/how-to-automatically-increment-the-clickonce-publish-version.md",
"redirect_url": "/visualstudio/deployment/how-to-specify-where-visual-studio-copies-the-files",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/debugger/navigating-through-code-with-the-debugger.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Navigate code with the debugger"
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."
ms.date: 06/16/2023
ms.date: 06/27/2024
ms.topic: how-to
f1_keywords:
- vs.debug.execution
Expand Down
11 changes: 9 additions & 2 deletions docs/debugger/using-dump-files.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Use dump files in the debugger"
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.
ms.date: "06/26/2023"
ms.date: "06/27/2024"
ms.topic: "conceptual"
f1_keywords:
- "vs.debug.crashdump"
Expand Down Expand Up @@ -74,11 +74,18 @@ With [Just-In-Time Debugging](../debugger/just-in-time-debugging-in-visual-studi

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

::: moniker range=">=vs-2022"
:::image type="content" source="../debugger/media/vs-2022/dbg-dump-summary-page.png" alt-text="Screenshot showing Minidump summary page.":::
::: moniker-end
::: moniker range="vs-2019"
:::image type="content" source="../debugger/media/dbg_dump_summarypage.png" alt-text="Screenshot showing Minidump summary page.":::
::: moniker-end

1. Under **Actions**:

- To set symbol loading locations, select **Set symbol paths**.
- To start debugging, select **Debug with Managed Only**, **Debug with Native Only**, **Debug with Mixed**, or **Debug with Managed Memory**.
- 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).
- 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).

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

Expand Down

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions docs/deployment/how-to-enable-autostart-for-cd-installations.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/deployment/how-to-specify-a-link-for-technical-support.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading