This question may be too specific for the application here on SO, but here it goes.
I am trying to profile my own C ++ application using GlowCode-x64 6.2.
The problem is that no matter what settings I set on the server “Options → Symbol” and in the search path , the symbols never load. My .pdb files are in the same folder as the .exe file.
When I enter the menu “Launch → Hooks” and add modules, I always get “Not loaded” in the column “Address”.
I read the startup tutorial several times and followed it at every step.
I even tried profiling the same program using AQTime6, which worked just fine. Therefore, I know that there is debugging information there.
I also recall using GlowCode 2 years ago on my 32-bit laptop and immediately launched it.
Any help other than "read the manual again" is appreciated.
Edit:
I just want to note that my application is built using the VS2005 SP1 compiler.
Edit2:
Just returned from work and tried GlowCode at home on Win32. Worked like a charm.
source
share