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


Groups > comp.lang.python > #53781

Re: Python Debugger tool

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <fabiofz@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'beginner': 0.05; 'subject:Python': 0.06; 'variables': 0.07; 'debugger': 0.09; 'kumar': 0.09; 'python': 0.11; 'debugger,': 0.16; 'fabio': 0.16; 'fork': 0.16; 'pdb': 0.16; 'to:name:python list': 0.16; 'url:pydev': 0.16; 'wingware': 0.16; '\xa0free': 0.16; 'wrote:': 0.18; 'stack': 0.19; 'cheers,': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; '(which': 0.31; 'sep': 0.31; 'option': 0.32; 'open': 0.33; 'url:python': 0.33; 'fri,': 0.33; 'tool': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'licensed': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'so,': 0.37; 'to:addr:python-list': 0.38; 'heard': 0.39; 'visual': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'free': 0.61; 'more': 0.64; 'note:': 0.66; 'trail': 0.68; 'felt': 0.74; 'subject:tool': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=rfQOzhfbGD03L/Og6h+gmqUeWzTyIXbKsRzdxZyGVrA=; b=K6zOyx+iXPl8zKNukhrTtqvK64Am1SZSDpr0/1oPk6Ahi4EnJrwgkWfkmFHyGXrRHI ae5//UeCdqBIR/QH6Zgt32oFnwYzMU1/yqq86Ru8fuyLUiQGixmo4J9UAgRe6ibgcvji DBD3+maDuPbRuNCY9cg1wzf8X+OlAz/gDlKpv0fXW5BCy6luceWYxe/O5IiRXxkm8p70 zuXINs4c8zrQPVEkXo4fGaFn2OYBEJY1Onvn3Xdcd04hG9IFxkURfSttMHH1dQeknkV4 pSx+3SOgCP5Nj0u6lf7ojFfEpKfY8K369B8VFVjdDGm6mAGWAheKKhs/Boo84EEwvOHX 0gRg==
X-Received by 10.220.16.73 with SMTP id n9mr1295748vca.24.1378467042341; Fri, 06 Sep 2013 04:30:42 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <1378448062.88328.YahooMailBasic@web190504.mail.sg3.yahoo.com>
References <1378448062.88328.YahooMailBasic@web190504.mail.sg3.yahoo.com>
From Fabio Zadrozny <fabiofz@gmail.com>
Date Fri, 6 Sep 2013 08:30:22 -0300
Subject Re: Python Debugger tool
To python list <python-list@python.org>
Content-Type multipart/alternative; boundary=001a11c3bea064bfec04e5b55ed5
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.123.1378467050.5461.python-list@python.org> (permalink)
Lines 85
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1378467050 news.xs4all.nl 15864 [2001:888:2000:d::a6]:51214
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:53781

Show key headers only | View raw


[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
>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web