Page 1 of 1

UI lock-up on debugger entry

Posted: Sun Jul 20, 2014 8:14 pm
by petah
Hi Eran,

sometimes when the debugger is invoked you're stuck without user input in CL, wether from a breakpoint or failed assert. F.ex. it happens consistently when the client has mouse capture, I then have to ctrl-alt-f2 to kill gdb. When it happens under LLDB I may have to kill CL altogether.

Is there a way CL could restore user input on debug break? Possibly by having a timer on its alert msg, say if the user doesn't click OK within 15 seconds?

thx a lot & cheers,

-- p