Skip to content

Commit 19061b6

Browse files
authored
Merge pull request #7618 from TerryGLee/tglee-ghi
update the Disable Diagnostic Tools section
2 parents 88f6204 + 7395d3c commit 19061b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tips to improve performance
33
description: Learn how to optimize certain Visual Studio features that you might not be using to help improve performance.
44
ms.custom: SEO-VS-2020
5-
ms.date: 08/13/2020
5+
ms.date: 12/14/2020
66
ms.topic: conceptual
77
author: TerryGLee
88
ms.author: tglee
@@ -65,7 +65,7 @@ If you are typically running low on memory during debugging sessions, you can op
6565

6666
It is 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 do not need the provided features.
6767

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

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

0 commit comments

Comments
 (0)