Skip to content

Commit 115c54d

Browse files
committed
article refresh
1 parent fc374c4 commit 115c54d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/debugger/how-to-start-spy-increment.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,49 @@
11
---
2-
title: Start the Spy++ tool to debug a solution
2+
title: Start the Spy++ Tool to Debug a Solution
33
description: Explore the Spy++ tool in Visual Studio for debugging a solution and start the tool from the integrated development environment (IDE) or from a command prompt.
4-
ms.date: 02/05/2024
4+
ms.date: 04/17/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- Spy++, starting
88
author: mikejo5000
99
ms.author: mikejo
1010
manager: mijacobs
1111
ms.subservice: debug-diagnostics
12+
#customer intent: As a developer, I want to use the Spy++ tool in Visual Studio so I can debug my solution.
1213
---
1314

1415
# Start Spy++
1516

1617
You can start Spy++ either from Visual Studio or at a command prompt.
1718

18-
When you start Spy++, if a message is displayed to ask permission to make changes to the computer, select **Yes**.
19+
When you start Spy++, if a message displays requesting permission to make changes to the computer, select **Yes**.
1920

2021
> [!NOTE]
21-
> You can run only one instance of Spy++. If you try to start a second instance, it just causes the currently running instance to get the focus.
22+
> You can run only one instance of Spy++. If you try to start a second instance, the current running instance gets the focus.
2223
2324
## Prerequisites
2425

25-
Spy++ requires the following components. You can select these components from the Visual Studio Installer by selecting the **Individual Components** tab, and then selecting the following components.
26+
Spy++ requires the following components. You can select these components from the Visual Studio Installer by selecting the **Individual Components** tab, and then selecting the following components:
2627

27-
* Under Debugging and testing, select **C++ profiling tools**
28-
* Under Development activities, select **C++ core features**
28+
* Under **Debugging and testing**, select **C++ profiling tools**.
29+
* Under **Development activities**, select **C++ core features**.
2930

30-
If you made any changes, follow the prompts to install these components.
31+
If you make any changes in the Visual Studio Installer, follow the prompts to complete installation of these components.
3132

3233
## Start Spy++ from Visual Studio
3334

3435
On the **Tools** menu, select **Spy++**.
3536

36-
Because Spy++ runs independently, after you start it you can close Visual Studio.
37+
Because Spy++ runs independently, after you start the tool, you can close Visual Studio.
3738

3839
> [!NOTE]
39-
> When you log messages with Spy++, it might cause the operating system to perform more slowly.
40+
> When you log messages with Spy++, you might notice the operating system performing more slowly.
4041
4142
## Start Spy++ at a command prompt
4243

43-
1. In a Command Prompt window, change directories to the folder that contains spyxx.exe. Typically, the path to this folder is ..\\*Visual Studio installation folder*\Common7\Tools\\.
44+
1. Open a Command Prompt window, and change directories to the folder that contains the *spyxx.exe* file. Typically, the path to this folder is *..\\\<Visual Studio installation folder>\Common7\Tools\\*.
4445

45-
2. Enter *spyxx.exe* or, for the 64-bit version, *spyxx_amd64.exe*.
46+
1. Enter *spyxx.exe* or, for the 64-bit version, enter *spyxx_amd64.exe*.
4647

4748
For more information on the 32-bit and 64-bit version of Spy++, see [64-bit operating systems](introducing-spy-increment.md#64-bit-operating-systems).
4849

0 commit comments

Comments
 (0)