Breakpoint in IDLE's debugger
vincent wehren
vincent at visualtrans.de
Fri Apr 16 05:09:02 EDT 2004
More information about the Python-list mailing list
Fri Apr 16 05:09:02 EDT 2004
- Previous message (by thread): Embeded python without filesystem
- Next message (by thread): Breakpoint in IDLE's debugger
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Embeded python without filesystem
- Next message (by thread): Breakpoint in IDLE's debugger
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list