5

How do I debug remote python/twisted code from within Emacs?

The closest I got with an internet search was Geben, if I understand correctly, but it has not been maintained for a few years now.

2 Answers 2

3

You can try qdb

https://github.com/quantopian/qdb

An emacs interface (qbd.el) is included: https://github.com/quantopian/qdb/tree/master/client/emacs

0

I do not write python code in Emacs, but I would try pdb (Emacs built-in python debugger) on a remote python file.

1
  • Thanks! i would like to control the debugging through my local files. It can be done in WingIDE for example. Commented Sep 16, 2015 at 19:47

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.