The debuggee is ready to run

Today, when I typed !analyze -v to my windbg window, I got this response back:

0: kd> !analyze -v
The debuggee is ready to run

I saw on the forums that a couple of poeple hit this issue and couldn't find a solution. Well, I was lucky enough, after trying these I got it back working

1: kd> .ecxr
Unable to get exception context, HRESULT 0x8000FFFF
Break instruction exception - code 80000003 (first chance)
windbg> .hh
3: kd> .cxr

So, if you hit that message, try running .ecxr and .cxr commands on your windbg command window. Hope that helps!