[IPython-User] Tab auto-completion in ipdb
Joon Ro
joonpyro@gmail....
Thu Apr 12 08:14:25 CDT 2012
Hi,
putting from ipdb import set_trace; set_trace() in the code gives me
tab-autocompletion enabled debugging session. It seems it only works with
terminal ipython though. (does not work in qtconsole)
You might want to use from IPython import embed; embed() instead, as it
will just drop into an ipython session at that point. But it seems tab
completion does not work in qtconsole in this case either.
Best,
Joon
On Wed, 11 Apr 2012 14:41:21 -0500, Thomas Wiecki
<thomas.wiecki@googlemail.com> wrote:
> Hi,
>
> I think I remember that tab auto-completion worked when debugging in
> ipython but it certainly doesn't work fo me currently. Is there a
> switch for that?
>
> Thanks,
> Thomas
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
--
Using Opera's revolutionary email client: http://www.opera.com/mail/
More information about the IPython-User
mailing list