Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53781 > unrolled thread

Re: Python Debugger tool

Started byFabio Zadrozny <fabiofz@gmail.com>
First post2013-09-06 08:30 -0300
Last post2013-09-06 08:30 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python Debugger tool Fabio Zadrozny <fabiofz@gmail.com> - 2013-09-06 08:30 -0300

#53781 — Re: Python Debugger tool

FromFabio Zadrozny <fabiofz@gmail.com>
Date2013-09-06 08:30 -0300
SubjectRe: Python Debugger tool
Message-ID<mailman.123.1378467050.5461.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On Fri, Sep 6, 2013 at 3:14 AM, chandan kumar <chandan_psr@yahoo.co.in>wrote:

> Hi
>
> Is any one aware of  free ipython debugger tool.How good is this tool for
> a beginner to use like ,placing breakpoints,checking variables ,call stack
> (function flow) etc.I don't like to use python PDB .
>  I have heard about wingware ,pycharm  which are licensed versions.Used
> wingware trail version and felt pretty good tool for beginners.
>
> Please let know your views on ipython.Let me know about any python free
> debugger tools
>

Just a note: the debugger in PyCharm is actually a fork of the PyDev
debugger, so, using PyDev (which is Open Source) may be an option if you'd
like something more visual than the IPython debugger (see:
http://pydev.org/manual_adv_debugger.html for the debugger and
http://pydev.org/manual_101_root.html for installing/configuring PyDev
initially).

Cheers,

Fabio


>
>
> Best Regards,
> Chandan
> --
> https://mail.python.org/mailman/listinfo/python-list
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web