ReSharper 2021.1 Help

Process Explorer window

ReSharper | Windows | Process Explorer
ReSharper_ShowProcessExplorer

The Process Explorer window provides you with the list of currently running processes and allows exploring their modules and decompiling those of them that are .NET assemblies.

ReSharper: Process Explorer window

Context menu commands

Enable DebuggingThis command will generate PDB for selected managed modules or all managed modules in the selected processes. Generation will start immediately to the symbol cache directory specified in Visual Studio options (Tools | Options | Debugging | Symbols). If no directory is specified, ReSharper will suggest to automatically add %LOCALAPPDATA%\Temp\SymbolCache as the cache directory. If Visual Studio is in the debug mode, ReSharper will load generated PDB so that you do not have to break your debugging session.
Add Assembly to Assembly ExplorerAdds the assemblies selected in the Process Explorer tree to the Assembly Explorer window.
If you select a process, all assemblies that belong to the process will be added to the Assembly Explorer. Only .NET assemblies loaded from disk files are added, dynamic assemblies and native modules are ignored.
Open containing folderOpens the assembly/process executable file in Windows Explorer
Copy full pathCopies full path to the assembly/process executable file to the clipboard
AttachThis command will attach Visual Studio debugger to the selected process.

Toolbar controls

ControlNameDescription
Themed icon added parameter screen grayAdd Assembly to Assembly ExplorerAdds the assemblies selected in the Process Explorer tree to the Assembly Explorer window.
If you select a process, all assemblies that belong to the process will be added to the Assembly Explorer. Only .NET assemblies loaded from disk files are added, dynamic assemblies and native modules are ignored.
Themed icon process hierarchy screen grayShow process hierarchyControls whether the process tree reflects the parent-child relationship between processes.
If this mode is off, all processes are displayed in a flat list.
If this mode is on, child processes are shown inside their parent processes under the Child processes node.
Themed icon clr screen grayGroup by CLRControls whether the process tree reflects CLR hierarchies.
If this mode is off, managed and native modules are shown in a flat list under their parent process nodes.
If this mode is on, managed assemblies of each process are grouped by their CLR versions and application domains, and native modules (if the Show Native Modules mode is on) are shown under a separate Native Modules node. This mode is available on Windows Vista or later and requires administrative privileges to work on the full scale.
Themed icon native process screen grayShow native processesControls whether the Process Explorer shows native Windows processes.
By default the Process Explorer only shows managed processes. If this mode is on, both managed and native processes are shown. Native processes are shown in grey and cannot be added to the Assembly Explorer.
Themed icon native module screen grayShow native modulesControls whether the Process Explorer shows native modules.
By default the Process Explorer only shows managed assemblies. If this mode is on, both managed assemblies and native modules are shown in the tree. Native modules are shown in grey and cannot be added to the Assembly Explorer.
Themed icon find window screen grayFind Process by WindowHelps to find a process by its window.
After clicking this button, you can hover the mouse pointer over windows of your desktop and identify the related processes. In this mode, a tooltip appear over each window with the PID and CLR version, and the process is highlighted in the Process Explorer tree. This mode is turned off as soon as you click any mouse button or press any key.
Themed icon refresh screen grayRefreshUpdates the displayed snapshot of running processes.
Last modified: 08 March 2021