简体   繁体   中英

How to print in output window of visual studio express for windows phone?

While debugging if I want to print a string in the output window, which method needs to be called?

In x-code we have NSLog . Do we have anything similar in visual studio?

System.Diagnostics.Debug.WriteLine("your string");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM