Debug and Trace
Hello,
I'm reading about the difference between Debug and Trace classes in the System.Diagnostics namespace. For the Debug, it says the statements using Debug.<method> will be executed when the application is in Debug mode. Does that mean that when in Release mode, the statement's aren't called, or are they stripped from the code when compiled?
Thanks,
Brian Mains
__________________
Brian
|