1

To debug a C# application remotely I attach to the process using the remote debuggin monitor.

Debugging works fine except that I haven't found a way to read the Console.WriteLine() on my local machine. Anyway to get the console Output transfered?

Or any other way to easily write debug message which I can tail on my local machine?

1 Answer 1

2

Use Debug.WriteLine.

Not the answer you're looking for? Browse other questions tagged or ask your own question.