Background
I am looking for Spy++. I believe it should be included in Visual Studio 2017 since the latest Visual Studio help content references it: https://docs.microsoft.com/en-us/visualstudio/debugger/introducing-spy-increment.
Problem
I have just done a clean install of Visual Studio 2017, but Spy++ does not exist in the file system. I can't find it.
Question
So I guess I need to select certain "workflows" when installing Visual Studio to have Spy++ installed? Anyone know if this is correct? And if so, which workflow/feature do I need?
Setup
- Windows 10
- Visual Studio Professional 2017 15.1 (26403.3)
- 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
It's part of the C++ profiling tools component.
来源:https://stackoverflow.com/questions/43360339/how-do-i-get-spy-with-visual-studio-2017