Skip to content

Commit 42c7d67

Browse files
Merge pull request #13940 from Mikejo5000/mikejo-br25
Update VS performance tips
2 parents 001cab4 + 2ecc0cd commit 42c7d67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Symbol / PDB files in the Visual Studio debugger"
33
titleSuffix: ""
44
description: Configure symbol files (PDB) and source files in the Visual Studio debugger for C#, C++, Visual Basic, and F# applications.
5-
ms.date: "05/23/2024"
5+
ms.date: "04/16/2025"
66
ms.topic: "how-to"
77
f1_keywords:
88
- "VS.ToolsOptionsPages.Debugger.Native"

docs/ide/visual-studio-performance-tips-and-tricks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tips to improve performance
33
description: Explore tips to improve and optimize certain Visual Studio features that you might not be using to help improve performance.
4-
ms.date: 05/23/2024
4+
ms.date: 05/16/2025
55
ms.topic: conceptual
66
author: Mikejo5000
77
ms.author: mikejo
@@ -32,7 +32,7 @@ Visual Studio notifies you in a yellow bar when automatic document restore is ca
3232

3333
1. Select **Tools** > **Options** to open the **Options** dialog box.
3434

35-
1. On the **Projects and Solution** > **General** page, deselect **Reopen documents on solution load**.
35+
1. On the **Projects and Solutions** > **General** page, deselect **Reopen documents on solution load**.
3636

3737
If you disable automatic file restore, a quick way to navigate to files you want to open is by using one of the [Go To](../ide/go-to.md) commands:
3838

@@ -66,7 +66,7 @@ If you're typically running low on memory during debugging sessions, you can opt
6666

6767
It's recommended that you disable CPU profiling after use. This feature can consume large amounts of resources. Once CPU profiling is enabled, this state is persisted across subsequent debug sessions, so it’s worth explicitly turning it off when done. You may save some resources by disabling the diagnostic tools while debugging if you don't need the provided features.
6868

69-
To disable the **Diagnostic Tools**, start a debugging session, select **Tools** > **Options** > **Debugging** > **General**, and then deselect the **Enable Diagnostic Tools while debugging** option.
69+
To disable the **Diagnostic Tools**, select **Tools** > **Options** > **Debugging** > **General**, and then deselect the **Enable Diagnostic Tools while debugging** option.
7070

7171
For more information, see [Profiling tools](../profiling/profiling-feature-tour.md).
7272

0 commit comments

Comments
 (0)