Hello,
Jon Payne wrote:
> Just wanted to bump this thread - Can anyone provide a C++ example > debug visualizer?
there are some exemplary visualizers in $(BDS)\source\Visualizers . I also made an AnsiString visualizer by modifying the std::string visualizer a little; you can find it here:
http://mb.audacia-software.de/pfiles/MoreVisualizers.zip
> I'd particularly like to write some for the STL containers vector and > map.
That won't work. The visualizer framework doesn't have good support for generic visualizers. (Yet.) And unfortunately it isn't possible to directly influence the appearance of the tooltip tree view...
You could implement something like that by using the evaluator directly (and possibly by hacking into the debugger UI), but it wouldn't be an easy undertaking.
-- Moritz
"Hey, it compiles! Ship it!"