Tutorial/Manual how to create Visualizer in autoexp.dat(教程/手册如何在 autoexp.dat 中创建可视化工具)
问题描述
我有一些 C++ 数据类型,我想改善我团队的调试体验.因此,我想在 autoexp.dat 文件中创建一个自定义可视化工具.[AutoExpand] 部分似乎不够,所以我开始看 [Visualizer].我发现这个网站有一些解释,但是否有任何综合参考/手册/教程?例如,我不明白 $c 和 $e 之间的区别.我已经成功地显示了一些基本信息,但我觉得还有很多东西要了解...
I have some C++ datatypes for which I would like to improve the debugging experience in my team. I therefore want to create a custom visualizer in the autoexp.dat file. The [AutoExpand] section doesn't seem sufficient, so I started to look at [Visualizer]. I found this website with some explanations, but is there any comprehensive reference/manual/tutorial? I don't get the difference between $c and $e, for example. I already succeeded in displaying some basic information, but I feel like there's so much more to know...
你知道什么好的资源吗?
Do you know any good resource?
谢谢!
推荐答案
这似乎已经在上面进行了评论,但是提出此问题的人不一定会阅读评论,因此可能会错过 boost 站点上提供的精彩教程:
Appears this is already commented above but someone coming to this question would not necessarily read the comments and so might miss the great tutorial available on the boost site:
https://svn.boost.org/trac/boost/wiki/DebuggerVisualizers
还有
http://mariusbancila.ro/blog/2007/04/06/tweaking-autoexpdat-for-custom-types-in-vs2005/
http://www.idigitalhouse.com/Blog/?p=83一个>
http://www.chromium.org/developers/how-tos/how-to-set-up-visual-studio-debugger-visualizers
http://www.virtualdub.org/blog/pivot/entry.php?id=172
这篇关于教程/手册如何在 autoexp.dat 中创建可视化工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:教程/手册如何在 autoexp.dat 中创建可视化工具
基础教程推荐
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 从 std::cin 读取密码 2021-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01