I have created two DotNet programs.
Application A (main app) writes debug info to the console (console.writeline).
Is it possible for my Application B (debugger app) to catch these console messages from Application A?
Both Windows Forms applications are located on the same Pc.
Thanks.