Article

From:
To:
Jon Payne
Subject:
Re: C++ Debugger Visualizer?
Newsgroup:
embarcadero.public.cppbuilder.ide

Re: C++ Debugger Visualizer?

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!"
FYI: Phrase searches are enclosed in either single or double quotes
 
 
Originally created by
Tamarack Associates
Thu, 07 Nov 2024 23:27:08 UTC
Copyright © 2009-2024
HREF Tools Corp.