debugger

Tim Chase python.list at tim.thechases.com
Sat Aug 22 10:07:52 EDT 2009


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






More information about the Python-list mailing list