Symbol Options: (How) Do They Work? #100
mojomojomojo
started this conversation in
General
Replies: 1 comment
-
Also, do you know if the appveyor environment has symstore.exe? The MS docs claim that it comes with "Debugging Tools for Windows". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Very Sleepy has options for symbol loading.
If I look at how we're constructing a symbol search path string (profilergui.h) and compare it to the "reference" documentation, I am not unsure of how we intend to expose this behavior to the user.
The MS doc refers to two kinds of symbol directories:
symstore.exe
)Is the symbol search path supposed to be a list of directories that are symbol server locations or locations for manually placed symbols? Based on what I see in the code, we're interpreting these directories as the former.
Is the only way to specify multiple symbol stores to '*'-join the various symbol server paths together?
Also, would you expect the environment variables
_NT_SYMBOL_PATH
(and similar) to affect behavior of Very Sleepy?Do you know how much this behavior has been tested?
Beta Was this translation helpful? Give feedback.
All reactions