Post Undeleted by ecounysis
show/hide this revision's text 2 added 29 characters in body; added 93 characters in body; added 214 characters in body

I found this here

Have a look at the pdb module. Hope I have just barely learned about ithelps, and played with it a bit.

IDLE lets It appears to enable command line debugging by allowing you set/clear breakpoints via the right-mouse-button context menu when you're in to set traces within the source filecode.

If This gives you press "GO" interactive access to your variables and code while it is running. Not quite the same as running the IDLE debugger will execute with breakpoints, but it may work for you.
See this or this for more details.

Something else to look at ... under Options -> Configure IDLE -> Keys, there may be a way to map keystrokes to the code until action of setting a breakpointis reached.

    Post Deleted by ecounysis
show/hide this revision's text 1