Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Extensibility / July 2006

Tip: Looking for answers? Try searching our database.

Native Visualizers

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eric Robert - 21 Jul 2006 16:30 GMT
I would like to write visualizers for native C++ code.
Is there a way (simple or complex) to have more control (ex: custom
containers, reference to lookup tables...) over the watch window than with
the autoexp.dat file?

Thanks!
Dono - 28 Jul 2006 08:33 GMT
> I would like to write visualizers for native C++ code.
> Is there a way (simple or complex) to have more control (ex: custom
> containers, reference to lookup tables...) over the watch window than with
> the autoexp.dat file?

Have you taken a look at the EEAddIn sample?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample/html/v
csameeaddinsampledebuggingexpressionevaluatoradd-in.asp


You can build an external DLL and hook it up in autoExp.dat via the $ADDIN()
tag. I think all that built-in native VC++ visualizers do are contained in
autoExp.dat (whether it is sent out to external DLLs or not).
Eric Robert - 28 Jul 2006 14:32 GMT
> > I would like to write visualizers for native C++ code.
> > Is there a way (simple or complex) to have more control (ex: custom
[quoted text clipped - 8 lines]
> tag. I think all that built-in native VC++ visualizers do are contained in
> autoExp.dat (whether it is sent out to external DLLs or not).

Yeah, I already use that in some instances. The main problem is that it only
returns a string. I didn't find a way to add children items (like std::vector
for instance) with this method. The visualizer section of the autoexp.dat is
almost what I need if I could do just about the same in an external dll.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.