During debugging, I do not want the visual studio to look for * .pdb files from third-party *. Dll. For example, I use Jetbrains Resharper TaskRunner for unit testing. To use it, you need a link to Jetbrains.Resharper.TaskRunnerFramework.dll. When I debug my application through TaskRunner, I get something similar to this image below:

Well, I am not debugging a task. This is not my code. I want Visual Studio to be smart enough (or to have a setting) to automatically know what does NOT apply to * .pdb files for anything that is not my code. Is it possible?
source share