Skip to content

Commit ae25c9a

Browse files
Merge pull request #10256 from MicrosoftDocs/main638521095345284633sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents af8399f + f766388 commit ae25c9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/26/2023"
5+
ms.date: "05/23/2024"
66
ms.topic: "how-to"
77
f1_keywords:
88
- "VS.ToolsOptionsPages.Debugger.Native"

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

Lines changed: 2 additions & 2 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/22/2023
4+
ms.date: 05/23/2024
55
ms.topic: conceptual
66
author: Mikejo5000
77
ms.author: mikejo
@@ -58,7 +58,7 @@ If you're typically running low on memory during debugging sessions, you can opt
5858

5959
To specify symbol loading, choose **Tools** > **Options** > **Debugging** > **Symbols**.
6060

61-
Set the options to **Only specified modules** instead of **All modules** and then specify which modules you care to load. While debugging, you can also right-click specific modules in the **Modules** window to explicitly include a module in the symbol load. (To open the window while debugging, choose **Debug** > **Windows** > **Modules**.)
61+
Set the options to **Load only specified modules** instead of **Load all modules**, and then specify which modules you care to load. While debugging, you can also right-click specific modules in the **Modules** window to explicitly include a module in the symbol load. (To open the window while debugging, choose **Debug** > **Windows** > **Modules**.)
6262

6363
For more information, see [Specify symbol and source files in the debugger](../debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md).
6464

0 commit comments

Comments
 (0)