-
On Windows if an application crashes with a stack overflow and a dump is collected, looking at it in both Visual Studio and windbg gives little clue about the callstack which caused the overflow.
F…
-
```
if I attach windbg to a process , after loading and using narly when I quit
from attached process ( q command ) windbg crashed !
windbg.exe - ver 6.11.1.404 - windows 7.
```
Original issue rep…
-
```
if I attach windbg to a process , after loading and using narly when I quit
from attached process ( q command ) windbg crashed !
windbg.exe - ver 6.11.1.404 - windows 7.
```
Original issue rep…
-
- [x] Plain WinDbg protocol support - when radare2 is running on the same machine as kernel debugging enabled
- [ ] Working via Serial link (using [libserialport](http://sigrok.org/wiki/Libserialport…
-
My code is as follows:
![image](https://github.com/microsoft/WinDbg-Samples/assets/74523139/fd6f824d-fbee-49e5-b67d-092ef8c2bcef)
discovered by chance,There is a problem with windbg executing this s…
-
Hi there, I'm following exercises by https://patterndiagnostics.com which use inline assembly (`__asm`) in their book. They use VC++ but I tried `clang` as this was much easier compared to all the `vc…
-
I have exactly the same issue as this webpage shows back in 2015.
https://answers.microsoft.com/en-us/insider/forum/all/windbg-cannot-find-ntoskrnl-module-error/ade24502-d8f8-46d4-a719-55cf79fe1997
…
-
**Is your feature request related to a problem? Please describe.**
Sometimes I get access to PDBs containing private symbols but don't have the original DLL associated with them. Right now, I can loa…
-
ARM64 Managed Debugging for Windows has not yet been investigated and tested. This issue is tracking the investigation and potential bug fixing for ARM64 managed debugging:
Live debugging:
- [x…
-
Could be something very simple that just forwards any arguments to msos. For example:
```
> !msos !dumpheap --stat
```
Need to figure out how to let ClrMD connect to the same target. Maybe by initia…