I'm looking for a way to filter the messages coming out from OutputDebugString int开发者_开发百科o the Output window in VS 2008. I'm modifying a large system and I'm only interested in my messages in the log.
I don't mind the output to be external to VS, in fact I would prefer if it would. Using SysInternals.DebugView I can easily filter the messages but when an app is being debugged in VS 2008 its output never reaches DebugView.
Ok, I've found an interesting plugin to VS 2008: http://vsdbgview.codeplex.com/. Seems to be working for now.
精彩评论