I am running debugView under VS2010 on Win 7 64bit. I have a c# app that calls a c dll. I have some fprintf(stderr) statements in my C dll, and some Console.Error writeLine statements in my c# code, but none of them show up in DebugView. In my VS2010 I tried writing the output to the Output window, and then tried the Immediate window, and still nothing shows.
Am I doing something wrong? Is there something about c# and a dll that precludes output?