Debugging a python module as a form's action handler

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Edward Diener

    Debugging a python module as a form's action handler

    I am using Python in a CGI web application and need to be able to debug a
    Python module as a form handler. Is there a way to do this so that I can
    step through my module while it is handling the form's data ?

    I couldn't find much information at all in either IDLE or PythonWin about
    using the IDE's for debugging, so I thought I would ask here.


  • F. GEIGER

    #2
    Re: Debugging a python module as a form's action handler

    Wing IDE can do that (did it many times when I dev'ed a Webware app of
    mine).

    Cheers
    Franz

    "Edward Diener" <eldiener@earth link.net> schrieb im Newsbeitrag
    news:IWCjc.5098 $g31.2262@newsr ead2.news.atl.e arthlink.net...[color=blue]
    > I am using Python in a CGI web application and need to be able to debug a
    > Python module as a form handler. Is there a way to do this so that I can
    > step through my module while it is handling the form's data ?
    >
    > I couldn't find much information at all in either IDLE or PythonWin about
    > using the IDE's for debugging, so I thought I would ask here.
    >
    >[/color]


    Comment

    Working...