I\'ve got a VB.net application. Currently the release version of the application is produced without a PDB file. This gives me error logs lacking useful details such as line numbers.
I\'m trying to use xperf to profile my DLL, but it refuses to use my DLL\'s PDB file. Running xperf on the .etl with -symbols, I开发者_开发技巧 get:
I want to set compilation debug=\"false\" to get release mode dll\'s compiled on the fly from aspx files.
I need to get a stack fra开发者_如何转开发me of a function from any PDB (All in/out arguments and their types). I have the function name and address of a certain function from PDB, is there a way to g
Does anyone know how to get the GUID from a PDB file? I\'m using Microsoft\'s Debug Interface Access SDK
I would like开发者_JAVA技巧 to create a simple .MAP file listing addresses and symbol names from a PDB file. My natural inclination was to look for a tool named \"pdb2map\", but most of the results I
I have a Windows executable (native, not .Net) project that I\'m trying to pass along to a new team member.It\'s a graphics modeling tool that uses the Qt widget library and OpenGL.
This is running me nuts. I have this web service implemented w/ C# using VS 2008. I publish it on IIS. I have modified the release build so the pdb files are copied along with the dlls into the target
I have an old DLL file which was built with VC++ 6. Now I need to investigate the dump file but I don\'t have its PDB available. The stacktrace reported by WinDbg is also inaccurate.
I compiled the Q开发者_开发百科t Framework with debugging enabled, but the script stripped the debugging symbols from the libraries and saved them as *.debug files -- just like here.