[wingide-users] A couple of ideas for interactive debug probe
Wing IDE Support
support at wingware.com
Fri Oct 30 09:50:22 MDT 2009
On 10/29/09 7:20 PM, Ken Kinder wrote:
> In iPython, there are some handy features that could be incorporate into
> both the debug probe and the interactive shell. In iPython, when you
> type "object?" (with the ? being extra), it will bring up a brief
> Source-Assistant style definition of the object/method. If you use two
> question marks, it will show you the complete source code for the method.
>
> In a related way, the "Goto definition" function would be helpful in the
> Debug Probe / Python Shell.
The source assistant displays info about the current symbol in the debug
probe. Is there something you would like to see added when there's a
live process? Adding goto definition is a good idea and would provide
the functionality provided by ??.
Thanks,
John
More information about the wingide-users
mailing list