Re: Using gdb + python in f13

2010-06-17 Thread Suvayu Ali
On Thursday 17 June 2010 07:09 AM, Neal Becker wrote: > I'm excited about using gdb with python in f13. Where can I learn more? > I normally use gdb via emacs. In emacs, I can M-x gdb, then at the prompt, > choose: > > Run gdb (like this): gdb --annotate=3 -P my_program.py > > Starts my program O

Using gdb + python in f13

2010-06-17 Thread Neal Becker
I'm excited about using gdb with python in f13. Where can I learn more? I normally use gdb via emacs. In emacs, I can M-x gdb, then at the prompt, choose: Run gdb (like this): gdb --annotate=3 -P my_program.py Starts my program OK it seems. But I see no way to set a breakpoint or get to gdb's