码迷,mamicode.com
首页 > 其他好文 > 详细

vs调试正确显示utf8格式字符串

时间:2020-12-19 13:32:17      阅读:2      评论:0      收藏:0      [点我收藏+]

标签:orm   ansi   net   bsp   上下   mat   字符串   var   unicode   

默认的, VC调试器只能正常显示ANSI字符串及UNICODE字符串, 而UTF-8字符串及其他格式则无法显示。

这里无需编写插件及修改配置文件,只需要将要显示的字符串拉到Watch中,并在变量后面添加,s8即可显示。

技术图片

 

 

这个功能隶属于Visual Studio调试器中的格式说明符。

可以在这个页面查看完整的格式说明符:

https://docs.microsoft.com/zh-cn/visualstudio/debugger/format-specifiers-in-cpp?view=vs-2019

 

另外Visual Studio中的伪变量(https://docs.microsoft.com/zh-cn/visualstudio/debugger/pseudovariables?view=vs-2019)

和上下文运算符(https://docs.microsoft.com/zh-cn/visualstudio/debugger/context-operator-cpp?view=vs-2019)

对调试也是有很大帮助,备忘一下。

 

 

参考资料:

http://blog.csdn.net/weiwangchao_/article/details/43453053

vs调试正确显示utf8格式字符串

标签:orm   ansi   net   bsp   上下   mat   字符串   var   unicode   

原文地址:https://www.cnblogs.com/1yzq/p/14138891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!