This question already has answers here: Cannot find or open the PDB file in Visual Studio C++ 2010 (7 answers)
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).
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
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).
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
I am having Windows 7 x64 SP1. I have downloaded symbols from: http://msdn.microsoft.com/en-us/windows/hardware/gg463028
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.
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
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
I\'m trying to read the header of a PDB file in order to know if it matches my 开发者_运维问答EXE file.