-
Hello, please add WinDbg.
WinDbg is the **official Windows debugger, made by Microsoft**.
It is used to debug native Windows programs in both user mode and kernel mode.
https://docs.microsoft.com…
-
As pointed out in https://github.com/dotnet/runtime/pull/36552#issuecomment-629707195 and https://github.com/dotnet/runtime/pull/36552#issuecomment-632367885 there are some inconsistencies/wrong disas…
-
```
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…
-
I used windbg preview to debug the program and opened it with launch executbale, and the following error was reported directly:
![image](https://github.com/microsoftfeedback/WinDbg-Feedback/assets/…
-
### Details
Use `$executablePath = "$(where.exe $toolName)"` to simplify the code of windbg.vm by executing WinDbg directly instead as a consoleApp. This fixes the icon too.
Ana06 updated
5 months ago
-
Hi everyone. I'm trying to add WinDBG support on pyvmidbg and opening this issue so we can track progress. I'm new to VM introspection so any help is welcome.
-
```
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…
-
```
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…
-
This may potentially be related to #217, since it's an inconsistency between Visual Studio and WinDbg.
I have a [required use case in the Boost.Unordered library](https://github.com/boostorg/unorde…