-
WinDbg has the `.childdbg` option which will automatically cause the debugger to attach to child processes when the parent calls `CreateProcess`.
GDB has a similar option, where you can set it to f…
-
0: kd> .load C:\WinDbg\pstacks\pstacks.dll
0: kd> !pstacks
No export pstacks found
-
### Description
Issue is very similar to https://github.com/dotnet/runtime/issues/95922 however we have upgraded all the way to the current release of 8.0 as of 11/18/2024 which is `8.0.10`. Not…
-
When using [the French bépo layout](https://download.tuxfamily.org/dvorak/windows/1.1rc2/bepo-1.1rc2-full.exe) it is not possible to type & in the command input of WinDbg. It will open the settings wi…
yjugl updated
10 months ago
-
Hi,
It would be a good idea to connect a dynamic library from Scintilla, an example of such an implementation with the SciLexer module can be found here - https://github.com/lynnux/windbg_hilight (…
-
**Godot version:**
3.2-stable. Also tried with 3.2 built locally (23b553ba06)
**OS/device including version:**
Windows 10
**Issue description:**
Passing a String into a GDNative c++ plugin an…
-
Is possible create a layout like this??
![windbg layout](https://cloud.githubusercontent.com/assets/9882181/26515621/ad542ac2-427c-11e7-967a-ac2287298aac.png)
-
- [ ] native
- [ ] gdb
- [ ] windbg
-
I have installed both ps and windbg in the container as per https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/blob/master/debug-on-kubernetes.md#6-dotnet-debugging.
When I run Debu…
-
**Winappdbg** is a great tool!
I have a couple of questions:
### 1. Any way to filter the type/text of a CLR Exception?
Currently I can filter a .NET CLR exception (inside an event handler) b…