Hey everyone.

I've got a few segments of code (usually stopwatch objects) I want to run only during debug. When the program is built for release, these lines would merely slow the program down. Is there a way to manage this in C# express?