-
Hi,
Can you please update README documentation on expected values of **McFly.WinDbg.Settings** config parameters and may be a little walkthrough on workflow.
Thanks!
-
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…
-
![windbg_fatal](https://user-images.githubusercontent.com/3970876/59652163-a2b54000-91e0-11e9-8de6-76b58182ac4e.PNG)
I have a full procdump if you guys need it, Andy mentioned it might be due to an…
-
Connection between windbg extension and ida plugin is made successfully.
Cannot set breakpoints, because "idb isn't enabled".
The only warning/error message I see in IDA, is "[sync]
-
This works properly in Visual Studio, but it is not working in WinDbg.
This problem doesn't just manifest itself in custom types. This is an issue with standard library types that use `IncludeView`…
-
When I try to get allocation stack traces with `!heap -p -a ` while user stack tracing is active (`gflags.exe /i program.exe +ust`) then in the old WinDbg 10.0.19041.685 I get the expected result.
…
-
Hello, I really like this project, and now I have a confusion about the windbg debugging issue. In another not very well-refined codebase, I can set breakpoints in the Vm-Exit process, but that code d…
-
Here is my system info:
Edition Windows 11 Pro
Version 23H2
Installed on 5/7/2023
OS build 22631.2715
Serial number PF3FQEZR
Experience Windows Feature Experience Pack 1000.22677.1000.0
…
-
Please support WinDBG as Windows debug engine. Using GDB to debug local windows apps is pretty awkward.
-
I love all of the new ELF/DWARF debugging tools in WinDbg!
This is a feature request. Whenever I open a dump from a Linux process, WinDbg goes "BUSY" for several minutes. In the log, the followin…