I'm new to Visual Studio and Windows Phone 7 developping. I did activate the redirect all output text option, but neith Debug.Writeline() or Console.WriteLine() are working...
How can I log infos ?
To open the Output window, on the menu bar, choose View > Output, or press Ctrl+Alt+O.
The Output window shows the output of the compiler/build system as well as output from debugging sessions. To make the Output window visible, choose View > Output or press [Alt+2] (not Alt+F2!)
in the "Ouput Window". you can usually do CTRL-ALT-O to make it visible. Or through menus using View->Output.
Go to Tools, Options, Projects And Solutions, and uncheck Show Output Window when Build Starts.
Took me a while to find this one as well
System.Diagnostics.Debug.WriteLine("Yay!");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With