Jeremy Nicoll wrote: > I realise that tracing it would slow IDLE down a lot, but maybe I'd learn a > lot that way too. /Is/ there some way I can get a step-by-step trace of > some or all of the code there?
You can use Python's built-in trace module - plenty of tutorials and examples to be found online. Or you can try CodeInvestigator, which has a nice web UI: http://codeinvestigator.googlepages.com/main Enjoy :) - Tal _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
