Breakpoint in IDLE's debugger

Robert Brewer fumanchu at amor.org
Thu Apr 15 16:39:18 EDT 2004


Batista, Facundo wrote:

> I want to start my program under the IDLE's debugger,
> click "Go", and let the program run.
> But also want that if the program goes through a specific
> line of code, to stop and let me advance with "Step" or
> "Over" buttons.
> In Borland C++ 4.0 this was called "breakpoint": you mark
> a line with a breakpoint and get that behaviour.
> Exists something similar in IDLE?

I don't know about IDLE, but if you're on Windows, Mark Hammond's
Pythonwin has this feature.


FuManChu




More information about the Python-list mailing list