pdb-files
Visual Studio 2010 SP1 - C# PDB file corrupt - shows wrong line numbers
I have a problem with a single C# project in a solution of 21 C# projects (ANY CPU). Break points aren\'t hit - and when I force the debugger to attach (Debugger.Launch()), I can see that the call st[详细]
2023-03-21 03:45 分类:问答Any way to get the file path to the source file of an embedded resource at runtime?
I am working on a VirtualPathProvider which will let me load embedded resources (ER) (such as .js or .css files) from a referenced assembly. I would like to be able to change the .js files and .css fi[详细]
2023-03-20 13:08 分类:问答What is the structure of a PDB file?
I am开发者_运维知识库 trying to understand how a debugger uses PDB file. It would probably be a small file system in itself. Could someone help me understand the structure of the PDB file?According to[详细]
2023-03-13 06:22 分类:问答Debugging cross-compiled code: Linux->Windows
I\'m cross-compiling a project from Linux to t开发者_运维问答arget Windows (using mingw). The output is a DLL and p-invoking into it from C# works, but debugging is very difficult. The build outputs a[详细]
2023-03-09 08:05 分类:问答How do I use PDB files
I have heard开发者_StackOverflow using PDB files can help diagnose where a crash occurred. My basic understanding is that you give Visual studio the source file, the pdb file and the crash information[详细]
2023-03-08 00:27 分类:问答How do I get the svnindex.cmd script included with SrcSrv to index source files with URI-escaped spaces in them?
I recently set up a symbol server and added SrcSrv support to our build scripts so that we can easily debug crash dumps from the field and have WinDbg and/or the Visual Studio debugger get the correct[详细]
2023-02-21 03:16 分类:问答Release generating .pdb files, why?
Why does Visual Studio 2005 generate the .pdb files when compiling in r开发者_开发百科elease?I won\'t be debugging a release build, so why are they generated?Because without the PDB files, it would be[详细]
2023-02-20 00:45 分类:问答using PDB, F11 steps into the code but F12 cannot browse it?
I am quite new to Visual Studio so don\'t know if I am doing something wrong or if this really is the way it is supposed to work.[详细]
2023-02-11 10:59 分类:问答Debugging a user's crash from assembly
I\'ve got a software application which some users report reliably crashes in certain situations.I can\'t reproduce it on any of the machines I\'ve got so I\'m feeling pretty stuck as to how to solve i[详细]
2023-02-10 22:51 分类:问答How do you use SymLoadModuleEx to load a PDB file?
I\'m trying to call SymLoadModuleEx to load the symbols from a PDB file and then use SymFromAddr to look up symbols from that PDB.However, I can\'t figure out what to pass for the parameters BaseOfDll[详细]
2023-02-08 12:00 分类:问答