教程/手册如何在 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
相关文章