Remix.run Logo
bpye 5 days ago

This still exists? You can also use JavaScript to script/extend and there is a native code API too.

Note: I do work at MSFT, I have used these capabilities but I’m not on the debugger team.

https://learn.microsoft.com/en-us/windows-hardware/drivers/d...

https://www.timdbg.com/posts/whats-the-target-model/

https://github.com/microsoft/WinDbg-Samples/tree/master

coderatlarge 5 days ago | parent [-]

thanks for the pointers glad to hear it’s all still there

i haven’t seen this type of capability used in too many companies tbh and it seems like a lot of opportunity to improve stability and debugging speed and even code exploration/learning (did i break something ?)

delta_p_delta_x 4 days ago | parent [-]

WinDbg also has time-travel/record-replay debugging.

coderatlarge 4 days ago | parent [-]

that sounds like a super-powerful feature especially for multithreaded debugging though i’ve never used anything like it.