[Pythonmac-SIG] How to run under the debugger

Peter Sommerfeld peter.sommerfeld@gmx.de
Thu, 09 Mar 2000 02:34:03 +0100


Chris Rudolf wrote:
> I am very new to phython and I want to step through my .py script in the
> debugger (preferably the visual debugger). I have no idea how to get it to
> begin execution on my script. I have seen nothing about it in the archive
> and the documentation seems to be nonexistant.

There is a PupUp Menu just above the scrollbar. Select activate Debugger,
hit cmd-r and you'll get everything you want :-)

Peter