Intercept and echo calls to Debug.WriteLine or other trace calls.
Adding a window that allows trace calls to be seen would aid in debugging drivers. These could be seen easily in LINQPad (perhap by enabling/disabling the visibility of these) when loading and testing a new driver or even allow such calls embedded in dynamically created source, to also log stuff - very hard to see otherwise.
-
David commented
+1 this. We use Log4Net in our assemblies. It would be nice to have a separate window that we could use to show TraceListener output. That way we could just add log4net config to the LinqPad4.config file and l4n output would show in this window. This would be VERY helpful.