I can\'t dump STL strings with WinDbg anymore - I used to be able to dump an STL string using the command: dt -r (MSVCP90!string) address, or for wide strings, dt -r (MSVCP90!wstring) address. Unfortu
I have windows xp that already up-to-date, and I have downloaded开发者_如何学JAVA Microsoft Symbols for Windows SP3. Can I use it with my XP? I don\'t have access to the original disc
Customers are reporting problems almost every day on about the same hours. This app is running on 2 nodes. It is Metastorm BPM platform and it\'s calling our code.
Till now I was using debug mode binaries in project. So it was easy to analyze crash dump using symbol filespreserved.
I\'ve yet to find a good开发者_StackOverflow中文版 resource for debugging RELEASE mode binaries or dumps in windbg.
When debugging a Windows process, it would sometimes be convenient to break as early as possible. Inital Callstack loo开发者_运维百科ks like this: (you get this e.g. when you set a breakpoint in a Dl
I think I have a curly one here... I have an WinForms application that crashes fairly regularly every hour or so when running as an x64 process. I suspect this is due to stack corruption and would lik
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
I\'m using WinDbg for kernel mode debugging开发者_如何学JAVA and I\'d like to use the emacs interface to WinDbg. See http://www.emacswiki.org/emacs/download/cdb-gud.el. But cdb-gud.el only shows how t
I\'m trying to get a dump to debug some memory issues in ASP.NET processes (Windows 2003 R2 SP2 x64):