pythonwin debugger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alberto Mantovani

    pythonwin debugger

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

    thanks
    Alberto
  • Luca Masini

    #2
    Re: pythonwin debugger

    On Sat, 04 Oct 2003 13:33:34 GMT, Alberto Mantovani
    <alberto.mantov aniNOSPAM@bolog na.marelli.it> wrote:
    [color=blue]
    > someone knows how is it possible to call a script in pythonwin
    > debugger modality, from another python script?[/color]

    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.

    Comment

    Working...