pythonwin debugger

Luca Masini luca.masini at t-online.de
Sat Oct 4 18:22:45 EDT 2003


On Sat, 04 Oct 2003 13:33:34 GMT, Alberto Mantovani 
<alberto.mantovaniNOSPAM at bologna.marelli.it> wrote:

> someone knows how is it possible to call a script in pythonwin
> debugger modality, from another python script?

I don't have a windows system so I can't try but it should be possible.

Try something like

    import pywin.debugger
    dir( pywin.debugger )

maybe you can find the needed function(s) to do it.

Luca Masini.




More information about the Python-list mailing list