...
Once we’ve found the process, we will right click and select “Properties” to get a deeper look in its configuration.
Note |
---|
For .NET Core applications, the process name is usually “dotnet” |
...
The “Image” Tab
In the default tab, we can see basic information about the process:
...
Ensuring the above environment variables are correctly configured, should spawn the Profiler component which actually does the coverage collection.
Identifying a Windows Service
Windows Services are diagnosed the same way as described before with IIS, except they are spawned by the services.exe process.
In the following example, Demo.exe is the service being monitored:
...
Viewing DLLs currently in use by a process
...