Closed irsl closed 4 years ago
Works fine for me. What version of Windows are you using and are you properly configuring symbols?
I'm on a standard Win10 home edition (Microsoft Windows [Version 10.0.18362.657]). It has been working seamlessly and I didn't touch the settings, it broke suddenly. Let me play a little bit with the settings, I'll get back to you once I feel a bit more comfortable with what's going on. Hopefully user error.
Well I'm on Version 10.0.18363.693 and it's fine. The tool does have a symbol cache which regularly expires on updates if anything in combase changes. So in some cases not configuring anything will work, you update and it'll stop working again.
Something has changed with dbghelp.dll on my box. I don't have Windows Development kit installed and in the settings no path was selected for the file. After browsing it explicitly, the feature started working again. Thanks for the hint.
After looking into this I found that c:\windows\system32\dbghelp.dll was loaded by default (when the app was configured without an absolute path for this setting). It seems that version of the dll does not support symbol servers.
Indeed, which is the best default I can have atm. If you've already got the symbols it will work but you'd need to point it at the symbol directory.
Just noticed that I can't open a process from the marshal view anymore. Under the hood it seems latest Microsoft has stripped the CIPIDTable::_palloc symbol out of their builds? Are you aware of this? Is there a workaround?