#Is there a way to 'hide' my mouse from a debugee?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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?
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.
ah ok. I'm guessing if Control Flow Guard was used to compile, that's going to be pretty challenging?