Processes View

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The Processes view displays a tree of all active processes on your system. The process ID and module name are shown. Use the Processes view if you want to examine a particular system process, which usually corresponds to an executing program. Processes are identified by module names, or they are designated "system processes."

Microsoft Windows supports multiple processes. Each process can have one or more threads, and each thread can have one or more associated top-level windows. Each top-level window can own a series of windows. A + symbol indicates that a level is collapsed. The collapsed view consists of one line per process. Click the + symbol to expand the level.

Use the Processes view if you want to examine a particular system process, which usually corresponds to an executing program. Processes are identified by module names, or they are designated "system processes." To find a process, collapse the tree and search the list.

Procedures

To open the Processes view

  1. From the Spy menu, choose Processes.

    Spy++ Processes View Spy++ Processes View

    The figure above shows the Processes view with process and thread nodes expanded.

In This Section

Searching for a Process in Processes View Explains how to find a specific process in Processes view.

Displaying Process Properties Explains how to show more information about a message.

Spy++ Views Explains the Spy++ tree views of windows, messages, processes, and threads.

Using Spy++ Introduces the Spy++ tool and explains how it can be used.

Process Search Dialog Box Used to find the node for a specific process in Processes view.

Process Properties Dialog Box Displays the properties of a process selected in Processes View.

Spy++ Reference Includes sections describing each Spy++ menu and dialog box.