
23 May
2007
23 May
'07
11:43 p.m.
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