Description:
Microsoft Windows Debugging Tools newsgroup.
|
|
|
How to configure source search path
|
| |
I have a simple question: is it possible to define the source lookup path so that if the debugger tries to find a file '<old_root>\a\b\c\file.cxx' it also tries the path '<some_other_root>\a\b\c\file. cxx'. Currently I have to add a new .srcpath entry whenever I encounter a file which is located in some other file directory.... more »
|
|
WinDbg Loop in ADPlus command file
|
| |
When creating a -hang dump from ADPlus I try to format some of the application critical areas so we can get an idea what went wrong without downloading the full dmp file. So I am trying to dump an array of structures (cpp) and I just can't get the syntax correct 0:000> .for ($n=0; $n<g_pTranData->m_nMakeCodes; $n++){ ??... more »
|
|
WDFTester with debug on/off
|
| |
Hi, I'm trying to resolve a driver issue with remote kernel debugging. A bugcheck occurs as a result of fault injection (FI) by WDFTester. The platform is Windows 7. The bugcheck does not appear if debug mode has been enabled (bcdedit /debug on) before running WDFTester, though. The method, WdfRequestForwardToIoQueue in my case, that causes the bugcheck is never FI... more »
|
|
.net heap and stack
|
| |
This data is based on a MFC \ .NET 1.1 crash. 1. Why does DumpStackObject show an Exception but DumpHeap does not? 2. How can I view the content of Exception? Using DumpObj on the column value colon only yields "Not a managed object" output. What am I doing wrong? 0:014> !DumpHeap -type Exception succeeded... more »
|
|
.net exception
|
| |
Hi, Trying to debug a MFC \ .NET 1.1 crash that has several exceptions. 1. How can I output the stacktrace array in the below example (remember - using .NET 1.1). This is an "A generic error occurred in GDI+." exception. 0:000> !DumpObj 07692190 Name: System.Runtime.InteropServices .ExternalException... more »
|
|
windbg will not break in on hung system(kernel debugging)
|
| |
I have a target system that is consistently hanging. After the hang I get no response at all, I can't ping it, the NUM LOCK and CAPS LOCK keys do not toggle the associated lights on the keyboard. I am currently attached to the system using kernel mode debugging over rs232. When the system hangs I am not able to break the debugger. Is... more »
|
|
Windows 2000 RTM symbols
|
| |
On Windows 2000 RTM symbols, it seemed that not every language version was imported. I ran into this while trying to debug an IE crash triggered by a visit of a MS web site (even worse, I think it was the default home page) right from an Win2000 clean install. Is it too late to fix this?
|
|
LoadLibrary(kdexts) failed
|
| |
Hi, I have a kd session running on Win2K trying to debug WinXP SP [Kernel Version 2600.xpsp_sp2_rtm.040803-2158] . I'm unable to see the process list using: !process 0 0, likely because LoadLibrary(kdexts) fails: The call to LoadLibrary(kdexts) failed, Win32 error 0n127 "The specified procedure could not be found."... more »
|
|
single stepping after an exception
|
| |
Hello Suppose an application generated an access violation and the debugger reported it. Manually, I change the EIP to another location and want to continue single stepping, but if I press "t" the exception handler is executed (as if "gu" was used). I could use "gh" to mask the exception but I don't want to resume the... more »
|
|
how to track dump file
|
| |
i have crashed dump file (.mdmp and .hdmp). it contains crash of an application. I have windbg and OS symbold installed on my system but could not get the position where crash occur in application please suggest how to use windbg properly to know thw crash place.
|
|
|