Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53769
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rafadurancastaneda@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'beginner': 0.05; 'subject:Python': 0.06; 'variables': 0.07; 'debugger': 0.09; 'kumar': 0.09; 'python': 0.11; 'escribi\xf3:': 0.16; 'pdb': 0.16; 'wingware': 0.16; 'stack': 0.19; 'fine': 0.24; 'header:In-Reply-To:1': 0.27; 'url:mailman': 0.30; 'url:python': 0.33; 'tool': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'licensed': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'las': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'heard': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'free': 0.61; 'header:Message-Id:1': 0.63; 'trail': 0.68; 'felt': 0.74; 'subject:tool': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=vAkjvJJBXA+xOAUYSE7ZYvXgAEV4wpmpGSbvKoOULdo=; b=Tq9XEqiA7L2EblkizdnYRMvLuAByU8uKTo+VUA5xD1QSugQgBJeNUb4s2shrP0vFCP dww3ENNts3DpXk73/jBkrSrrIh9ruZeCN16/MqIXlsqXwgHXTMheLGNNBYPYErbI/5ma XfEyRIyPjl67Ogw7PI0FPUvFhZCAF1Z/DqHp18ugNc1+tT8p0Si2UIofq9LaD0Y/xcLd ur/SKhIEFWACmZ3r7v7r4JUJznfq7JAqjHBNpm9wPf7KN3tw6rYbK4PzmFqUULZ4cq3R 7m41fi7Dx2DvRe2promfkJDEZ1cyIPJBSFaWm3dUCR/pbxG2YiAGmO3rppJdmjOkbnMz tS+A== |
| X-Received | by 10.180.39.38 with SMTP id m6mr9175676wik.10.1378450408690; Thu, 05 Sep 2013 23:53:28 -0700 (PDT) |
| Content-Type | text/plain; charset=iso-8859-1 |
| Mime-Version | 1.0 (Mac OS X Mail 6.5 \(1508\)) |
| Subject | Re: Python Debugger tool |
| From | Rafael Durán Castañeda <rafadurancastaneda@gmail.com> |
| In-Reply-To | <1378448062.88328.YahooMailBasic@web190504.mail.sg3.yahoo.com> |
| Date | Fri, 6 Sep 2013 08:53:25 +0200 |
| Content-Transfer-Encoding | quoted-printable |
| References | <1378448062.88328.YahooMailBasic@web190504.mail.sg3.yahoo.com> |
| To | python-list@python.org |
| X-Mailer | Apple Mail (2.1508) |
| 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.116.1378450416.5461.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378450416 news.xs4all.nl 16006 [2001:888:2000:d::a6]:44637 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53769 |
Show key headers only | View raw
El 06/09/2013, a las 08:14, chandan kumar <chandan_psr@yahoo.co.in> escribió: > 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 > > > Best Regards, > Chandan > -- > https://mail.python.org/mailman/listinfo/python-list Ipdb works fine for me. https://pypi.python.org/pypi/ipdb
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python Debugger tool Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2013-09-06 08:53 +0200
csiph-web