help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What Python IDE are you using?


From: Maxim Cournoyer
Subject: Re: What Python IDE are you using?
Date: Fri, 26 Aug 2022 13:53:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

For what it's worth, I used Emacs with Elpy.

I have python-ipython, python-ipdb, and python-pdbpp installed, and to
debug I use put 'breakpoint()' in the code, along the
PYTHONBREAKPOINT=ipdb.sset_trace environment variable.

As an IPython configuration I have the lines:

--8<---------------cut here---------------start------------->8---
## lines of code to run at IPython startup.
c.InteractiveShellApp.exec_lines = ['%autoreload 2']

## A list of dotted module names of IPython extensions to load.
c.InteractiveShellApp.extensions = ['autoreload']
--8<---------------cut here---------------end--------------->8---

Enabled in a ~/.ipython/profile_default/ipython_config.py file.

It works decently for me.

HTH,

Maxim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]