[MonoDevelop] Debugger Visualizer GSOC proejct idea.

Lluis Sanchez Gual slluis.devel at gmail.com
Tue Mar 22 14:36:57 EDT 2011


Hi,

There are already some visualizers implemented which you can look at to
get an idea of how a new visualizer can be implemented. They are in the
MonoDevelop.Debugger project, MonoDevelop.Debugger.Visualizer namespace.

Basically, you have to implement the IValueVisualizer interface. Most of
the work will be implementing the GetVisualizerWidget method, which has
to create the visualizer widget for a given value. The
ObjectValue.GetRawValue can be used to get member values and invoke
methods on the object being visualized.

Lluis.


El dt 22 de 03 de 2011 a les 11:03 -0700, en/na isuruanu va escriure:
> Hi All
> 
> I looking forward to participate this years GSOC. And I'm particularly
> interested in Debugger Visualizer. I been working with Mole 2008 code for
> visual studio. If any one who is willing to mentor this project , or has a
> specific knowledge about the deliverable of the project. 
> 
> We can create complex debugger visualizer
> 
> or small set of simple visualizers
> 
> What is the most preferred one.  
> 
> I would like to start prototyping. Can some one provide me some tips about
> the project.

> Thanks 
> Regards
> 
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Debugger-Visualizer-GSOC-proejct-idea-tp3397265p3397265.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list




More information about the Monodevelop-list mailing list