Y
Hacker News
new
|
ask
|
show
|
jobs
by
monochromatic
3280 days ago
What kinds of private symbols aren't served by the symbol server?
3 comments
my123
3280 days ago
All of them. The server serves public symbols. Private symbols have structure info and even local variable names, which are very useful.
link
pzone
3280 days ago
There are two levels of debugging symbols. One is released with every Windows build, for end-users reporting back stack traces and the like. These are of the second more granular level - private debugging symbols available to developers only.
link
bjg
3279 days ago
https://docs.microsoft.com/en-us/windows-hardware/drivers/de...
link