Closed GoogleCodeExporter closed 9 years ago
Can you please provide more information, error or stack trace?
Original comment by a...@1stleg.com
on 18 Jun 2013 at 5:32
Hi
I have a problem on win 7 x64 (I didn't test on x86), when the application is
in debug, after the execution stops in a breakpoint the mouse freezes for 10-15
seconds, after that it works normally until the JVM stops execution at next
line / next breakpoint.
This looks dangerous as it could potentially freeze the user's mouse while
using our application.
Original comment by bogdan.m...@tora.com
on 21 Jun 2013 at 7:36
This is a result of the debugger blocking the native hook thread. Because the
native hook callback cannot complete a Java callback to queue an event for
dispatch it causes input to hang. I'm not sure there is a good way to resolve
this problem, but I will leave this bug open until I do a bit more testing.
Original comment by a...@1stleg.com
on 3 Jul 2013 at 5:51
This is related to what is going on in bug #43.
Original comment by a...@1stleg.com
on 22 Jan 2014 at 7:35
Original issue reported on code.google.com by
hjm30684...@gmail.com
on 16 May 2013 at 2:04