I am using visual c# epress edition. I want to use System.Diagnostics.Debug.WriteLine method to write some values durring runtime so I can monitor the values. I have the build type set on debug, but when I run my application, the code doesn't output anything to the immediate window like it should. Do you guys have any ideas on what could be wrong?




Reply With Quote