![]() ![]() |
||
![]() |
![]() |
|
![]() |
[wingide-users] Debugger: Can it show methods too?Stephan R.A. Deibel sdeibel@archaeopteryx.comTue, 11 Sep 2001 15:19:49 -0400 (EDT)
You can alter the preference debug.omit-types to change the filtering
that takes place. For example the default is:
debug.omit-types=('function', 'builtin_function_or_method', 'class', \
'instance method', 'type', 'module', 'ufunc')
The entries are the return value of type()... just remove those you
want to see.
You can also probe a paused debug program using the interactive shell,
where such filtering does not take place. I tend to do that in the
relatively rare cases where I want to see methods or call backs.
Hope that helps.
- Stephan
------------------------------------------------------------------------
Archaeopteryx Software, Inc. Wing IDE for Python
www.archaeopteryx.com Take Flight!
On Tue, 11 Sep 2001, Franz GEIGER wrote:
> Is there a chance to see the methods of an object displayed in the debugger
> like PythonWin does?
>
> Regards
> Franz
>
>
> --------------------------------------------------------
> DATEC Datentechnik GmbH
> Software Development
> Retrieval Computing
> A-6890 LUSTENAU, Schmiedgasse 7
> Tel +43 5577 630 04-0
> Fax +43 5577 630 04-40
> Mobile
> +43 664 214 57 43
> E-Mail
> fgeiger@datec.at
> WWW www.datec.at (in Partnerschaft mit Amazon.de)
>
>
> _________________________________________________
> Archaeopteryx Software, Inc.
> Wing IDE discussion list
> http://archaeopteryx.com/support/forum
>
Run by Mailman v 2.0.8 |
|
|
Copyright (c) 2000-2002, Archaeopteryx Software, Inc. Legal Statements | ||