Tutorial/Manual how to create Visualizer in autoexp.dat

后端 未结 2 1669
我在风中等你
我在风中等你 2020-12-28 08:45

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

2条回答
  •  误落风尘
    2020-12-28 08:50

    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

    Also

    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

提交回复
热议问题