#Is there a way to 'hide' my mouse from a debugee?

1 messages · Page 1 of 1 (latest)

keen girder
#

I am trying to debug an app and when I am stepping through a certain child process my mouse slows to a crawl. I'm using keyboard shortcuts as I can but its causing focus loss and just generally annoying and stuttering. Is a way to avoid this?

timid needle
#

Usually this behavior is caused by a mouse hook from the application you are debugging. It requires manual work, usually by patching out the mouse hook.

keen girder
#

ah ok. I'm guessing if Control Flow Guard was used to compile, that's going to be pretty challenging?