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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.