I am programming some applications for the Windows Phone and am looking for some standard debugging practices that I cannot figure out how to do in a Windows Phone project in Visual Studio.
- How can I print statements to the command line just for debugging purposes in a windows phone project?
- Can I use
MessageBox.show()(it seems that I cannot import System.Windows.Forms)
All help is appreciated!
you can use Debbugger.Log which will output to debug window
http://msdn.microsoft.com/en-in/library/system.diagnostics.debugger.log(v=vs.95).aspx