[IPython-dev] Doing some dev

darcamo at gmail.com darcamo at gmail.com
Fri May 16 13:26:02 EDT 2014


A very good debugger for Python is pudb (https://pypi.python.org/pypi/pudb).
You can start the debugger with just
"pudb my-script.py"
and when stopped at some point it allows you to run ipython to check the
variables, test something, etc..

It can also use conditional breakpoints.

-- 
Darlan Cavalcante Moreira



2014-05-16 13:02 GMT-03:00 Thomas Kluyver <takowl at gmail.com>:

> Hi Chris,
>
> On 16 May 2014 08:52, Christopher <menyland at gmail.com> wrote:
>
>> So then the question becomes if I want to propose that this be added to
>> the IPython code what do I do? I looked around on the site and couldn't
>> find anything solid so I decided to post here.
>>
>
> In most cases the best way to propose a change is to fork IPython on
> Github and make a pull request.
> https://github.com/ipython/ipython
>
> If you're not comfortable with git, you can send a patch file, and one of
> us will create a pull request for you.
>
> Thanks,
> Thomas
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140516/57b834e1/attachment.html>


More information about the IPython-dev mailing list