Non devi usare gdb, ma i tool propri di python.
Prova a vedere se ti trovi con questo:
http://www.ferg.org/papers/debugging_in_python.html
__________________
One of the conclusions that we reached was that the "object" need not be a primitive notion in a programming language; one can build objects and their behaviour from little more than assignable value cells and good old lambda expressions. —Guy Steele
|