I want to capture the global win32 output in Visual Studio 2012. I can do this with DebugView, but i would like to have this kind of output in a Visual Studio window. I can not just use the default Debug output, because i am developing SharePoint solutions and attaching to an other process doesn't work.
Is there a way to capture global win32 output in Visual Studio 2012 or is there an Add In out there, which captures this kind of output?
Edit:
Just to clarify: I use C# and i can write Debug-Output. I can't attach to the process and want to capture the global win32 debug output.