E
E
Evgeny Petryaev2019-07-23 21:17:29
C++ / C#
Evgeny Petryaev, 2019-07-23 21:17:29

How to set up local debug symbol storage in Visual Studio?

With each debugging, before starting the studio, it first downloads the debugging symbols of the system libraries. This is a rather lengthy process and it greatly distracts from work.
Is there any way to configure the local storage of debug symbols so that the studio downloads them there and stops downloading them every time you debug?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Shatunov, 2019-07-24
@Gremlin92

In the studio settings tree there is a "Debugging" section , there is a "Symbols" subsection. Among the settings of this subsection there is a "Cache symbols in this directory" field for specifying the path where, in fact, it is worth saving the loaded debugging symbols.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question