Index: window.c =================================================================== --- window.c (revision 49109) +++ window.c (working copy) @@ -3880,7 +3880,8 @@ DWORD dwFlags) { UNIMPLEMENTED; - return FALSE; +//HACK: returning FALSE will cause WinDbg not to start + return TRUE; }