We have a source server turned on, and source indexing is implemented in accordance with Using SrcSrv (MSDN) . The debugger intelligently copies the file from the server to the local cache. This works fine on the developer's machine.
Using the IdebugSymbols interface, we can extract information from pdb files. We have the IdebugSymbols API functions to extract the file name, source line number, module name, etc. Link: IDebugSymbols Interface (MSDN)
My query: is it possible to restore the version number of the source file from the .pdb file using any Microsoft API?
Please let me know if the problem is not understood or you need additional data on my part. Thank:)
source
share