Stef Mientki wrote:
Albert Hopkins wrote:
On Sat, 2009-08-22 at 01:17 -0700, flagmino wrote:
[...]
I am trying to debug:
I press shift-F9 and F7. I end up in the interpreter where I enter s2
(1, 2).

>From that point if I press F7, the program restart all over.
If I press Enter, the program gets out of debug mode.
Umm.. which debugger is that?  My debugger doesn't have shift-F9...
then you probably not working under windows ...

Even under Windows, you still have to specify your environment. In both Win32 and *nix I use pdb as my debugger and shift+F9 does nothing ;-)

So the question is what is the debugger the OP is using? Because it's not pdb. :)

-tkc



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to