How to avoid loading DLL window characters in remote debugging?

When debugging with vs, it tries to load characters for all DLLs.
For some reason this takes a lot of time in remote debugging (although there are no characters on the target machine).

How can I say vs not to load characters for system dlls?

+5
source share
2 answers

Try going to Debug → Options and Setting → Symbols and specify for which modules you want to automatically download symbols. I am not sure if this will prevent the loading of system dlls.

There is also the option “Only my code” in the section “Debugging → General”.

, . VB.Net, , . DLL (, System.Xml.Linq), VS , , . , (, Linq), .

+1

. , Visual Studio:

Menu :
Tools | Options | Debugging | Symbols
0

All Articles