Wednesday 15 September 2010

python - Using pdb in emacs inserts => into my code -



python - Using pdb in emacs inserts => into my code -

i'm trying larn how utilize pdb in emacs.

i run emacs in console mode , in python file have import pdb , pdb.set_trace() @ origin of file. utilize c-c c-c execute buffer , pdb starts running. works fine except end => inserted code on line pdb looking at. when pdb ends, => characters remain in code on lastly line , have manually delete it. how prevent happening?

normally there no "=>" inseted @ all. there instead "=>" displayed not part of buffer's content. sure it's in code , sure can delete if normal text?

python emacs pdb

No comments:

Post a Comment