Often WinDbg will enter a state where it is *Busy* performing an operation.
Often this is due to some mistake I made trying to dt some_variable_itll_never_find or setting a break point somewhere without symbols or the 1000's of other mistakes I make fumbling around this tool.
Is there a way to cancel the current operation?
!locks
command it did work. Maybe it's some version thing, I think the one where it didn't work was v6 that I still had installed on one dev machine (vs. the current v12 that I used last week). – Maculation