debugging in emacs

G

Gary Wessle

Hi python users

I am using emacs and python-mode.el under dabian testing.
is there a way to debug python code where I can step over each line
and watch the value of all the variables and be able to change
any during debugging. say you have a loop structure and want to see
what the values of your variables are during debugging when your code
is running as you step line by line.

thanks
 
G

Gary Wessle

Gary Wessle said:
Hi python users

I am using emacs and python-mode.el under dabian testing.
is there a way to debug python code where I can step over each line
and watch the value of all the variables and be able to change
any during debugging. say you have a loop structure and want to see
what the values of your variables are during debugging when your code
is running as you step line by line.

thanks

what is the most used the older python-mode.el or the newer python.el?

I am using eamcs 21.4.1 under dabian testing.
 
S

Steve Juranich

Gary said:
what is the most used the older python-mode.el or the newer python.el?

I am using eamcs 21.4.1 under dabian testing.

I use python-mode.el v. 4.63 with Emacs 21.3 (I haven't made the switch to
21.4 yet). When I'm running an interactive *Python* buffer inside of Emacs
and get a stack trace, I then use pdb.pm() and I get the familiar
GDB-in-Emacs style interface.

Good luck.
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top