VS2010 debug output not showing up in DbgView
I am trying to debug an application in VS2010. The code for this application has a lot of debug statements to help identify any error conditions. I do see these statements in the VS2010, but th开发者_C百科ose are not being shown in the DbgView. Normally, I have a number of filters setup in DbgView which helps to easily identify & classify all the debug information that is being written by the debug statements. Since the VS2010 debug window does not have this filter functionality, its very difficult to find things in the debug output. Previously I was using VS2005 and the Debug.Write() calls showed up in both the VS2010 debug window as well as the DbgView window.
Is there a way to redirect/duplicate VS2010 Debug window output to DbgView?
精彩评论