[wingide-users] Custom debug data display
Wingware Support
support at wingware.com
Mon Aug 25 09:32:22 MDT 2008
David K. Hess wrote:
> I'm investigating Wing to see what it would take to add custom data
> viewers/editors to the Stack Data display. For instance, if I have a
> class that represents a gradient, I would like to extend Wing to provide
> the ability to popup a GUI gradient viewer and perhaps editor. This GUI
> would display the gradient settings (most important) and save them back
> to the program being debugged if they have been changed (less important).
>
> Does this capability exist or does anybody have a recipe for how best to
> accomplish this?
There isn't an easy way to do this currently. We've thought about
adding a plugin interface to do this in the future and you might be able
to do this now by directly modifying Wing's source. Note that in either
case, you'd probably need to use a gtk widget to display the detail.
Cheers,
John
More information about the wingide-users
mailing list