windbg-debug
windbg-debug copied to clipboard
WinDbg-based debug adapter for VS Code
hi, I just tried the debugger, it start's successfully, and support step execution very well. also I can see local vars. But I can't see the println 's output result....
Implement assembly view + registers.
HI First thank you for this extension and.. my question is.. i want to see process log that already attached to windbg in window console how do i see this?...
- Registers view - Dissasembly - Memory view
This happens when trying to run the 'npm' build task. Weirdly, even though this task is specified as the preLaunchTask for Extension, I can launch the extension just fine. It's...
This happens when I try to launch Extension + Server. I think this happens because launch.json refers to `${workspaceRoot}/windbg-debug/bin/Release/windbg-debug.exe`, but when I make a release build of the solution it...
win-dbg-debug/Defaults.cs LINE.10 public static readonly DEBUG_CREATE_PROCESS DEBUG = (DEBUG_CREATE_PROCESS)((int)DEBUG_PROCESS.DETACH_ON_EXIT | 0x00000010); // 0x00000010:Creat a new console
I am trying to use the windbg extension to attach to a process and i get the exception below. Here is my config: { "name": "WinDbg", "type": "windbg", "request": "attach",...
Hey, I tried this Rust code: ``` fn main() { let test = "Test"; println!("Hello, world!"); println!("{}", test); } ``` Placed a breakpoint at the two `println` lines. I do...
Hi, I'm looking for something similar to Visual Studio's built-in Debugger (i.e. highly-visual look'n'feel) but which can support connecting to a Debug Server entity described by Microsoft's DTW (Debug Tools...