Breakpoint in IDLE's debugger

vincent wehren vincent at visualtrans.de
Fri Apr 16 05:09:02 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.

IDLE lets you set/clear breakpoints via the right-mouse-button context 
menu when you're in the source file.

If you press "GO" the debugger will execute the code until a breakpoint 
is reached.

HTH,
Vincent Wehren



More information about the Python-list mailing list