I am using Visual Studio 2008. I don’t need to debug some DLLs in my project, so can I disable character loading when debugging a Visual C ++ program? Does it help speed up startup time when debugging?
The characters are all local, so I don’t have such a slow download, I just want to make debugging faster and faster.
For example, I use Qt libraries, when I click "Starting Debugging", the "Exit" window shows that the symbols for Qt libraries are loading. If VS can stop loading these characters, the debug start time should be faster. Of course, I still want VS to load a symbol for my executable.
fxam source
share