Reputation: 3189
On my computer, whenever I press or release a key while using Microsoft Visual Studio debugger, I keep seeing messages like this:
Key arival and hook
(spelling intended)
Pressing and releasing enter, I see messages like this:
Key arival and hookKey arival and hook
This is within any app I'm debugging. Virus/spyware software have done scans - not sure what else could explain it.
Is there any way to determine the process that is sending these debug messages?
I understand this is an edge case question - I figured only programmers would be able to help with a problem that would only affect programmers.
Upvotes: 0
Views: 49
Reputation: 3189
Ended up finding out the answer through this: http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=50&MAEULNo=20&no=854092&ref=854092
Essentially, some ASUS overclocking tool (TurboV EVO) was producing these messages.
Upvotes: 1