VC6环境下debug时如何查看CString对象值
在VC 6环境中,要进行哪些设置才能在调试模式下查看CString的值。 即使在观察窗口??? 出现 CString 变量!
In VC 6 environment what is the settings to be done to view the value of the CString in debug mode. Even in watch window ??? appears for CString variables!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你有正确的调试符号吗? 。 pdb 可能已过时
Do you have proper Debug symbols? . pdb may be outdated
尝试在监视窗口中使用 GetBuffer 方法。
try using the GetBuffer method in the watch window.
尝试使用 VC6 的 XDebug 插件。 请查看此处
Try using XDebug plugin for VC6. Look here