Eugene Gubenkov
Eugene Gubenkov
It would be very helpful to exercise WinDbg SOSEX plugin's automatic deadlock detection mechanism (command `!dlk`). It will allow catching "easy" deadlocks (which is majority of cases) very quickly. Details...
I have a Console application which is correctly terminated via SendSignal original application, however, it does not work with "windows-kill" which I've installed via Chocolatey (version of package is 1.1.4...
It would be very cool to get a better JSON lines support (http://jsonlines.org/) that will allow to process a whole file, not a single line. It's quite a common scenario...