How Do I Debug A Python Script?

Albert_Brandl at edvg.co.at Albert_Brandl at edvg.co.at
Mon Mar 13 09:29:59 EST 2000


On 08 Mar 2000 15:30:10 -0600, Jaime Villela <jvillela at airmail.net>
wrote:

>I have a script that is not doing what I want, how do I step throught it?

Have a look at the integrated debugger pdb. It's described
in the library reference, chapter 9.

	Yours,

		Albert



More information about the Python-list mailing list