Working on a WPF application and need to do some performance evaluation. I am trying to output time information to System.Diagnostics.Debugger.WriteLine in real time to evaluate how parts of the program are performing.
I am in debug mode. I have checked the project set it to Any CPU and have even tried x86. I saw the DEBUG and
TRACE defined in the project file. and after checking all that out nothing. No output. I am using VS2010
I even tried OutputDebugString.
bfxtech.com