Hacker News new | ask | show | jobs
by nijave 33 days ago
>Meanwhile on Linux you can peek inside the process that's hanging and see what it's borked on.

Windows has pretty robust tooling to do the same, even if no one uses it. Process Monitor (procmon) will trivially tell you the same on Windows. Arguably the GUI is easier to use than strace since you can both proactively and retroactively apply filters. Main issue is letting it run too long and eating up a bunch of RAM with the event buffer