1.6 Debugger

Guido van Rossum guido at python.org
Sun May 21 21:45:42 EDT 2000


Greg Fortune wrote:
> 
> I can't figure out how to invoke the 1.6 debugger with my file loaded.  It
> worked great in 1.52, but the debugger menu selection has moved into a menu
> in the interpreter instead of the a menu in the editor.

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.

This interface is far from ideal, and we'll probably redesign the whole
thing again -- but probably not before 1.6 is released.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-list mailing list