How to Redirect the Output Window text to Immediate Window in Visual Studio?

In my previous blog post, I explained how to How to Write a String to the Output Window in Visual Studio?

You can also redirect the Output Window text to Immediate Window in Visual Studio when developing a Windows Phone using Visual Studio.

The procedure remains the same, the same method Debug.WriteLine () will be used again.

To Redirect the Output Windows text to Immediate Window in Visual Studio, we should enable the “Redirect all out Window text to the Immediate Window” option in the Visual Studio.

You can find this option in the Tools -> Options > Debugging

When running the project, you should see the string in the Immediate Window.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...