How can I abort a long operation in WinDbg?

Aardvark picture Aardvark · Oct 10, 2008 · Viewed 23.4k times · Source

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?

Answer

hakan picture hakan · Oct 10, 2008

I don't have the tool now, but as far as I remember it should be Ctrl+Break.