python debugging under emacs?

  • Thread starter Dan Stromberg - Datallegro
  • Start date
D

Dan Stromberg - Datallegro

Is there a debugging mode in emacs that works well with python?

I tried gud, but it was giving me errors, so I thought I'd ask before I
try to get it to work: Is there an emacs mode (perhaps gud) that'll give a
view of the python source, and currenly executing line, the ability
inspect datastructures, etc.? You know, like a modern debugger? :)

I also looked at ddd, but it was cranky too, and apparently hasn't seen a
new release in years.

I'm really more of a vim person than an emacs person, but if emacs will
do what I want, I'd happily use it - for this. :)
 
A

Alberto Griggio

Is there a debugging mode in emacs that works well with python?
I tried gud, but it was giving me errors, so I thought I'd ask before I
try to get it to work: Is there an emacs mode (perhaps gud) that'll give a
view of the python source, and currenly executing line, the ability
inspect datastructures, etc.? You know, like a modern debugger? :)

I also looked at ddd, but it was cranky too, and apparently hasn't seen a
new release in years.

I'm really more of a vim person than an emacs person, but if emacs will
do what I want, I'd happily use it - for this. :)

You can try pydb (http://bashdb.sourceforge.net/pydb/), has a GUD interface
that in my experience works better than pdb...

HTH,
Alberto
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top