-
```
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 seems blaringly obvious but you should be able to open a .dmp file within the already opened session of windbg without navigating the application, but rather using windows explorer.
-
Recently I found that I can't see can't see any register info in register window.I try to reinstall windbg and restore system setting but nothing to it.
![image](https://github.com/user-attachments…
-
- [ ] This issue is blocking
- [ ] This issue is causing unreasonable pain
It blocks are progress towards "merge-on-red" features https://github.com/dotnet/runtime/issues/75243 and https://gith…
-
Is the Natvis script usable with WinDbg Preview (Windows 10 microsoft store)?
I tried to load the script during a debugging session and hit the script execute button but do not see any visual effec…
-
radare2 compiled with mingw32 connecting to the VMWare with Windows XP 64bit image.
At first connection:
![image1](https://leto36g.storage.yandex.net/rdisk/2607dd6d314865bf3b6e1271be8fe462a6cedacea6c…
-
Currently, `wtf` tries to find the `dbgeng.dll` DLLs in a path where the WinDbg that ships with the SDK is (cf https://github.com/0vercl0k/wtf/blob/main/src/wtf/debugger.h#L139).
This is problemati…
-
**Is your feature request related to a problem? Please describe.**
In 9ae170b I added WinDbg to the remote debug dialog box thinking that it will support all windbg debug modes over pipes with some…
-
I tried to debug this program in WinDbg.
```rust
use std::fmt;
#[derive(PartialEq, Eq, Hash)]
struct Student {
name: String,
country: String,
}
impl fmt::Display for Student {
…
-
tl;dr VSCode's `vsdbg.exe` from `vscode-cpptools` supports NatVis with comments, but `cdb.exe` and WinDbg don't
Consider the following program:
```cpp
struct MyType {
int value = 1;
};
i…