pdb-files
Cannot find or open the PDB file message, pdb exists [duplicate]
This question already has answers here: Cannot find or open the PDB file in Visual Studio C++ 2010 (7 answers)[详细]
2023-04-07 00:29 分类:问答How to get source/line number for IL instruction using Mono.Cecil
I\'m using Mono.Cecil to write a simple utili开发者_StackOverflow社区ty that looks for type/method usage within .NET assemblies (ex. calling ToString on enums).[详细]
2023-04-06 16:46 分类:问答Debugging release build on a client's machine
We have a native C++ Win32 .exe built using Visual Studio 2005 that works flawlessly on all the machines we\'ve tested in-house on (XP 32-bit, Vista 32-bit & Windows 7 64-bit). But of course, it c[详细]
2023-04-03 21:04 分类:问答How do I embed source into pdb, and have debugger(s) use it?
NOTE: my target concern is C# targeting the CLR with regular MSIL in case there\'s something that works for that but not in the more general case(s).[详细]
2023-04-02 08:22 分类:问答Does shipping PDB file make obfuscation useless in .net?
If I obfuscate a vb.net assembly using Eazfuscator with symbol names encryption turned on (so that I can use the Eazfuscator stack trace decoder), is this effectively undone if I ship the PDB file?I w[详细]
2023-04-01 06:48 分类:问答Windows Debugging Symbols - Not Loading
I am having Windows 7 x64 SP1. I have downloaded symbols from: http://msdn.microsoft.com/en-us/windows/hardware/gg463028[详细]
2023-03-29 08:26 分类:问答pdbstr does not work from outside of the installation folder
I try to setup source server without SVC- I want to use a simple UNC path as a source storage. I made small console project with a single file and try to make it source indexed.[详细]
2023-03-28 08:55 分类:问答Getting used incremental linking thunks from the .pdb for a function?
I\'m trying to determine a static callgraph of an .exe using the .pdb and the DIA SDK. Unfortunately, when linking incrementally, the incremental trampoline thunks called by a function don\'t show up[详细]
2023-03-24 14:21 分类:问答Visual Studio 2010 debugger build correctly - compiler pdb and linker pdb not in synch?
I have a solution in MS VS 2010 that compiles and builds properly after a rebuild all (1).However, after I make a change to a source file and begin debugging, VS recognizes the project is out of date[详细]
2023-03-24 04:59 分类:问答Reading the PDB header in c++
I\'m trying to read the header of a PDB file in order to know if it matches my 开发者_运维问答EXE file.[详细]
2023-03-22 16:18 分类:问答