windbg
Post-mortem .NET debugging with SOS.dll
I am working on a mixed-mode app (C++/CLI, C++, some C#) and when it crashes in the field a memory dump gets created. I usually get these dumps from the customer and try to figure out what went wrong.[详细]
2023-04-02 01:20 分类:问答How to ensure a dump file is written by C++ application in case of unhandled exception
How to ensure a dump file is written by C++ application in case of exception which is not handled. For example 开发者_运维技巧if division by zero is not handled then how do ensure Dump is written.[详细]
2023-04-02 00:07 分类:问答Why won't windbg disassemble half of my function?
Background: I\'m using windbg to diagnose causes from minidumps from Microsoft\'s WinQual service. I\'ve taken the time to set things up properly with PDBs and binaries in the same path location as wh[详细]
2023-04-01 22:16 分类:问答WinDbg won't download symbols; says "WARNING: Network path disallowed"
I\'m attempting to debug a problem with a .NET service starting up. I\'m following the tip here, but I\'m having trouble getting symbols. This particularly causes a problem with debugging .NET excepti[详细]
2023-04-01 14:57 分类:问答WinDbg c-level debugging?
Just started to step my kernel mode usb driver and it is in assembler. How do I configure WinDbg 开发者_C百科to c-level debugging? This is how i looks now =/[详细]
2023-04-01 13:48 分类:问答Filtering DbgPrint in WinDBG?
Finally found out how to make DbgPrint to really print in Win Vista/7 with: ed nt!Kd_DEFAULT_Mask 0xffffffff[详细]
2023-04-01 09:59 分类:问答WinDbg is not loading my symbol files
I\'m writing a Kernel mode usb-driver primary for Windows Vista 32bit but hopefully it will also be able to be builded for Win XP, Win Vista, Win 7 32 and 64 bit.[详细]
2023-03-31 11:09 分类:问答Windbg Dump Generated programmatically can't be Debugged
I have a simple program: int ExecuteCommand(wchar_t* commandLine) { STARTUPINFO si; PROCESS_INFORMATION pi;[详细]
2023-03-31 04:24 分类:问答How do I snatch the error code from the trap frame? [closed]
It's difficult to tel开发者_Python百科l what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-03-30 08:34 分类:问答Is it possible to call a method from WinDbg / SOS
Is it possible to call managed method from windbg? Is there any .NET equivalent for .call? Or how to use it to call managed method?[详细]
2023-03-29 17:06 分类:问答