Application of Vs2013 in Linux development (32): Text visualization

Source: Internet
Author: User

Happy Shrimp

http://blog.csdn.net/lights_joy/

Welcome reprint, but please keep the author information


vs2013 provides a text visualization tool that displays xml vs2013 can also display our string:

First we need to determine the return value type of the expression, and if it is a string, set the


                if (_evalresult.flags.hasflag (EVALUATIONFLAGS.HASRAWREPR)) {                    Propertyinfo.dwattrib |= enum_dbg_attrib_flags. dbg_attrib_value_raw_string;                }

after setting this value, VS you can display the visual icon. :



When you click this icon, SDM will be called:


        

The string length needs to be returned in this function.

then SDM is called:

        

to fill in the string values here, it is important to note that the string returned here is Unicode encoded.



Get.







??

Application of Vs2013 in Linux development (32): Text visualization

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.