Processes View

Applies to: yesVisual Studio noVisual Studio for Mac noVisual Studio Code

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.

To open properties for a process

To find out more about a process listed in Processes view, use the Process Properties Dialog Box.

  1. Select a process from the tree displayed in Processes view.

  2. From the View menu, choose Properties.

    Properties dialog boxes are not modal, so you can click on another item in a view window and the dialog box will show information on the selected item.

In This Section

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

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.