PythonWin debugger / interactive window

Nikolai Kirsebom nikolai.kirsebom at siemens.no
Thu Feb 3 07:25:52 EST 2000


Environemnt: PythonWin:

Does anyone know how the debugger command buttons (next, step into, go
etc) are available in the interactive debugger window
(programatically) ?

I would like to write something like (where debugger.step() is a
command to the debugger) in the interactive window:

for i in range(10):
   debugger.step()


Nikolai Kirsebom




More information about the Python-list mailing list