dotPeek 2016.2 can not handle managed c++ PDB files?
I have a managed C++ project with debug information set to full and it generates a PDB which contains the path to source files, but dotPeek is unable to retrieve the local variable names from the PDB and in the Pdb Access Log I get. Is this a known issue? Will it be supported in a next version?
Searching for 'TestNamespage.TestClass' type sources in C:\Users\gk\Documents\Visual Studio 2015\Projects\ConsoleApplication7\Debug\ConsoleApplication7.pdb
No sources found in debugging information for 'TestNamespage.TestClass' in assembly 'ConsoleApplication7, Version=1.0.6150.22417, Culture=neutral, PublicKeyToken=null'
Thank you
Please sign in to leave a comment.