>>The location is cotrrect, but the symbols are not loaded - when I look
>>in the Symbol Load information window, I get the message: #
[quoted text clipped - 16 lines]
> it should show where VS was looking for symbols. Did it look in the location
> where the pdb file is?
Yes. the search paths include the folder containing the required (newly
built) pdb file
> Also, check the timestamps of the executable module and of the pdb file.
> Are they the same?
I rebuilt all the modules in the solution (i.e. the entire solution).
Rebuilt solution with no errors. No linkage warning either. Regarding
timestamps - they are slightly different, but tahts because the modules
are large, and it takes a while to build each module. In this particular
case, the timestamps of the images (binaries) is a red hering (i.e.
not useful)
> Also, does the post build event only copies the executables? Or does it
> modify them somehow?
Yes, I only copy the executables to a working directory. I do not modify
them in anyway. Also, all the debug files are left behind in their
original folder.
> Oleg
Oleg Starodumov - 27 Mar 2007 14:41 GMT
> > Also, check the timestamps of the executable module and of the pdb file.
> > Are they the same?
[quoted text clipped - 5 lines]
> case, the timestamps of the images (binaries) is a red hering (i.e.
> not useful)
Try to use this tool to check if the exe/pdb really match or not:
http://www.debuginfo.com/tools/chkmatch.html
You can also try to use it to enforce the matching if necessary
(it is better to have Edit & Continue disabled in the projects
if you are going to do that).
Oleg
2b|!2b==? - 30 Mar 2007 03:24 GMT
>>>Also, check the timestamps of the executable module and of the pdb file.
>>>Are they the same?
[quoted text clipped - 14 lines]
>
> Oleg
Hi Oleg, I'm still not having any joy on this issue. Additionally, the
link you sent is dead - anyone knows how I can resolve this?. It seems
weird that images from the same build process, appear not to be related
--- what gives ?
Oleg Starodumov - 30 Mar 2007 08:54 GMT
> Hi Oleg, I'm still not having any joy on this issue. Additionally, the
> link you sent is dead - anyone knows how I can resolve this?. It seems
> weird that images from the same build process, appear not to be related
> --- what gives ?
Try again that link, it should work.
Oleg