-
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…
-
```
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 happened to be using the debugger while traveling and the network at the airport is slow. I notice that the launching speed for dbgeng adapter is really slow (for both live and TTD debugging). I not…
-
radare2 compiled with mingw32 connecting to the VMWare with Windows XP 64bit image.
At first connection:
![image1](https://leto36g.storage.yandex.net/rdisk/2607dd6d314865bf3b6e1271be8fe462a6cedacea6c…
-
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…
-
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…
-
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…
-
**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 {
…
-
### The Bug in Question
Attempting to "Bookmark Current Position" in TTD sessions via the button control in the Timelines window fails (following the "bookmark name" dialog,) with the following err…