protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); #if DEBUG Tracing.Enable(); #endif }
static void TestTracing() { Tracing.Enable(); TestCore(); TestRelooper(); Tracing.Disable(); }