-
Just starting the program gives me an error message "pso2.exe not found" and crashes a couple seconds afterwards.
WinDBG gives me this.
`STACK_COMMAND: ** Pseudo Context ** ManagedPseudo ** Value…
-
Basically, if a breakpoint triggers while you're stepping through some unrelated code, the debugger will:
a) break at the breakpoint, regardless of whether its condition is evaluated as true or false…
-
The Core OS team are trying to use WER dumps generated by setting `GOTRACEBACK=wer`. They can successfully generate dumps for crashing programs, but with what seems to be corrupted stack traces.
WE…
-
WinDbg 1.2303.30001.0 is still not on Store and says it's preview:
https://apps.microsoft.com/store/detail/windbg-preview/9PGJGD53TN86
-
[This page here](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/) mentions the following:
> To get and stay on the latest release, install WinDbg as described on this page. WinDb…
-
First, thanks for your good work on WinDbg - it is by far the best debugger I know and a very important tool in my daily work.
For my work, I often launch executables from the debugger. These execu…
bw-86 updated
7 months ago
-
I'm building on Linux with mingw-w64 and the compiler fails to link to Dbgeng, presumably because the library name is in lower case
```
> find /opt/mingw-w64-build/ -name '*bgeng*'
/opt/mingw-w64…
-
I am getting the following error on WinDbg Preview 1,0,2007.0.6001:
**!windex -tree
Unable to acquire .NET debugger interface. Error: 8027025b
c0000005 Exception in netext.windex debugger extensi…
-
Telescoping is awesome for quick deeper inspection of memory contents. ~~It should be possible to look at the stack, or other memory area, similar to the way "drr" works.~~Use "pxr @ SP" to see what a…
jduck updated
4 years ago
-
**Please Note: This form is the minimum required information for submitting bugs.**
**Removing this form may lead to your issue being closed until it is completed.**
Platform / OS / Hardware: Windo…