> I know I don't have to, I would just like to, out of interest.

        Well, actually, there's nothing you can do: when you hover over an
instance in the debugger, the ide checks if there's a visualizer bound to the
type(s) implemented by the instance. If so, it will show the magnifier icon.
If you click it, it will instantiate the visualizer and serialize the object
you hovered over binary and send it to the visualizer. That's it. No code is
called on the object.

        FB

>
> >         You don't have to. All you have to do is to make sure the
> > object you
> > want to visualize in a visualizer (so instances of the type you bind
> > the
> > visualizer to) is binary serializable.
> >
> >                 FB
>
> ===================================
> This list is hosted by DevelopMentor.  http://www.develop.com
>
> View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to