We have a symbol server that hosts our PDBs for our internal libraries. All DLLs that are published begin with prefix "ABC"
I would like to configure Visual Studio to Load only specified modules that match ABC.*
In Tools -> Options -> Debugging -> Symbols, when I check "Only specified modules" and add "ABC.*.dll" or "ABC.*", no symbols are loaded; However when I list DLLs manually they work. Is there any way to set this up?
Also, when I check "All modules, unless excluded" my symbols are loaded, but Visual Studio also wastes time requesting symbols for other DLLs we do not host.
Other Information:
Using Visual Studio 2012 SP2 NuPeek is our NuGet / Symbol Server