pdb-files
Advantages and disadvantages of including PDB files with your release application
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.[详细]
2022-12-30 17:17 分类:问答xperf can't load my DLL's symbols
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:[详细]
2022-12-28 14:24 分类:问答Generate PDB files when compilation debug="false" for ASP.NET files?
I want to set compilation debug=\"false\" to get release mode dll\'s compiled on the fly from aspx files.[详细]
2022-12-26 15:29 分类:问答How to get StackFrame at compile time from PDB?
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[详细]
2022-12-24 22:03 分类:问答How can I get the GUID from a PDB file?
Does anyone know how to get the GUID from a PDB file? I\'m using Microsoft\'s Debug Interface Access SDK[详细]
2022-12-24 12:17 分类:问答How to create a .MAP file from a .PDB file
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[详细]
2022-12-22 20:35 分类:问答Visual C++ 2008 runtime error-- debug vs release exe problem?
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.[详细]
2022-12-20 20:45 分类:问答Missing line number in stack trace eventhough the PDB files are included
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[详细]
2022-12-19 00:06 分类:问答PDB file from different versions of Visual Studio
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.[详细]
2022-12-17 22:13 分类:问答how to merge stripped symbols with binary?
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.[详细]
2022-12-17 00:00 分类:问答