$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeffrey Faust (jefffaust_at_[hidden])
Date: 2007-05-23 19:43:51
Christopher Woods wrote:
> Jeff,
> Since you are using the Visual Studio products there is an option might
> get you where you want to be w/out requiring *any* intrusive
> modification in
> your code (or to boost). It is possible to write custom 'Add-in' DLLs to
> help the debugger display values in the IDE.
>
> I'm attaching a sample that I pieced together from a couple different
> posts. <snip>
Chris,
Thanks for the idea. This is an approach I had not known about.
Thankfully, Dave Deakin's autoexp.dat addition works. I'll keep this in
mind for the future.
Jeff Faust