How do I get Spy++ with Visual Studio 2017?
Solution 1:
- Open Visual Studio Installer
- Note down which edition of Visual Studio you have installed (eg
Professional
orCommunity
) - Click Modify
- Click Individual Components
- Locate the Development activities heading
- Check the Visual Studio C++ core features component:
- Click Modify
-
Spy++ might now reside in the following paths, once you substitute the
{edition}
placeholder with your Visual Studio editionC:\Program Files (x86)\Microsoft Visual Studio\2017\{edition}\Common7\Tools\spyxx.exe C:\Program Files (x86)\Microsoft Visual Studio\2017\{edition}\Common7\Tools\spyxx_amd64.exe
Solution 2:
It's part of the C++ profiling tools component.