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 will learn about sync provider notifications in Windows 11 and how to disable or enable it...
In this tutorial, let’s learn how to enable or disable the startup sound in Windows 11. By default, when Windows...
The CameraCaptureTask allows the Windows Phone 7 App to launch the Camera Application . This will be useful when the...