Debug.Trace.trace and friends can help here. This can work from pure code.
But the lazy evaluation does imply that trace functions only execute when the statement is actually forced evaluation. But it is actually quite helpful during debugging..
Debug.Trace.trace and friends can help here. This can work from pure code.
But the lazy evaluation does imply that trace functions only execute when the statement is actually forced evaluation. But it is actually quite helpful during debugging..