Skip to content

Commit 5d3ba00

Browse files
committed
update the Disable Diagnostic Tools section
1 parent 88f6204 commit 5d3ba00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)