faqts : Computers : Programming : Languages : Python : Common Problems : Debugging

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 6 people (67%) answered Yes
Recently 1 of 3 people (33%) answered Yes

Entry

How do I invoke the 1.6 debugger with my file loaded?

May 22nd, 2000 04:51
unknown unknown, Guido van Rossum


Assuming this is about IDLE: turn on the debugger in the shell's menu,
then run the module using F5 or Ctrl-F5 in the editor window.