VerySleepy / verysleepy

Very Sleepy, a sampling CPU profiler for Windows
http://www.codersnotes.com/sleepy
GNU General Public License v2.0
1.07k stars 104 forks source link

Multiple problem fixes #65

Closed AlanIWBFT closed 5 years ago

AlanIWBFT commented 5 years ago

Fix add/remove symbol path buttons missing when the path is very long: https://github.com/VerySleepy/verysleepy/issues/31 Update dbghelpms.dll to 10.0.17763.1 to resolve constant freezing: https://github.com/VerySleepy/verysleepy/issues/44 The dbghelp.dll one might need some discussion (potential compatibility issue?). Yet I can confirm that the bundled dbghelpms.dll (10.0.14321.1024) is faulty and causes constant freezing. Maybe we should tell the user to always use the dbghelp.dll from his preferred Windows SDK?

CyberShadow commented 5 years ago

Thanks!