top | item 44246516

(no title)

zeusk | 8 months ago

I've used kd/windbg at Microsoft, lldb at Apple, gdb at Intel; WinDbg(Next) and kd are still my absolute favorite.

Coolest feature of windbg is time travel debugging - https://learn.microsoft.com/en-us/windows-hardware/drivers/d...

discuss

order

flysand7|8 months ago

RemedyBG might also be worth looking at. It is my go to debugger that I've used on Windows and it's made to look and feel like the debugger that comes with Visual Studio, except that it works way faster and you can hold the "Go to next line" key and see the watch window update in real time. Unfortunately you have to pay for it and it doesn't work on linux, but oh well.

nh23423fefe|8 months ago

yeah, windbg pretty amazing. loved writing debugger scripts to do repros and the state just right

wiz21c|8 months ago

cool, never heard of windbg, looks real good