Search code examples
profilingverysleepy

Very Sleepy profiler - Not picking up the PDB file for information about exe functions?


I am trying to used Very Sleepy on a windows service .exe on a machine that doesnt have Visual Studios is not installed. I have copied the .exe .map and .pdb file using xcopy. All these files are in the same folder from where the service is executed.

But when I attach with Very sleepy , all the functions related to the .exe do not have any names but only addresses.

What am I missing out?

BR Niladri Bose


Solution

  • Just as an update I gave up on using very sleepy and am using amd code analyst very successfully

    http://developer.amd.com/tools-and-sdks/archive/amd-codeanalyst-performance-analyzer/

    Highly recomend.