Re: embedded scripts debugging

2005-01-11 Thread Andrey Tatarinov
Miki Tebeka wrote: So the question is: Is there suitable library for simple python gui debugger, or may be there are some other techniques for debugging embedded scripts? What I usually do is add from pdb import set_trace in the embedded module somewhere and then add a call to set_trace (brea

Re: embedded scripts debugging

2005-01-11 Thread Miki Tebeka
Hello Andrey, > So the question is: Is there suitable library for simple python gui > debugger, or may be there are some other techniques for debugging > embedded scripts? What I usually do is add from pdb import set_trace in the embedded module somewhere and then add a call to set_trace (br