Home » Questions » Computers [ Ask a new question ]

How to check where Debug output is coming from?

How to check where Debug output is coming from?

I was debugging my windows service application through Debug messages.

Asked by: Guest | Views: 397
Total answers/comments: 1
bert [Entry]

"I am not familiar with that particular message, however in the Options menu you can select ""Win32 PIDs"". The PID then should show up in the debug print in brakets like this:

[PID] MakeCode = 2d, vkCode = 58, State = 80

You can then use ProcessExplorer to determine the application by its proccess ID."