How to I get a debugging screen similar to Apples Console view in Xcode and Androids adb -logcat?

How to I get a debugging screen similar to Apples Console view in Xcode and Androids adb -logcat for Windows 8?  I need to see what is going on with the device.

When you run your application via Visual Studio’s debugger, your print statements and other debugging information gets logged to Visual Studio’s “Output” panel.

Thank you for answering this as well.  I got it working.

When you run your application via Visual Studio’s debugger, your print statements and other debugging information gets logged to Visual Studio’s “Output” panel.

Thank you for answering this as well.  I got it working.