Problem with Navigate to sources from symbol files
Hi.
I have a set of .pdb files which are correctly source-indexed, and VS successfully steps in to the downloaded source.
However, if I right-click on a class/method/etc that is defined in the relevant library, and select Navigate To->Sources from symbol files, R# fails to open the source file and the following message is logged:
PdbNavigator: Searching for 'Db.Montage.Common.ClientInitialisedWaitHandle' type sources in C:\Projects\SymbolTest\Db.Montage.Common.pdb
PdbNavigator: No sources found in debugging information for 'Db.Montage.Common.ClientInitialisedWaitHandle' in assembly '...'
d
As I say, the source is definitely there - it is in the VS symbol cache, and I can step into the code when running the application. Just can't navigate to it using R#.
Thanks,
Nick
Please sign in to leave a comment.
I work with Nick above, this will be very handy since currently our library consumers can step into our code while debugging their application, but it would be great if they could navigate into our code using resharper just as you can against the .NET framework source symbol servers.
Regards,
Hamish
Hi!
Ok, let's debug it. Could you send me (Leonid.Shalupov@jetbrains.com) result of clicking on ReSharper -> Options -> External Sources -> Show support information?