Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53769 > unrolled thread
| Started by | Rafael Durán Castañeda <rafadurancastaneda@gmail.com> |
|---|---|
| First post | 2013-09-06 08:53 +0200 |
| Last post | 2013-09-06 08:53 +0200 |
| 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.
Re: Python Debugger tool Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2013-09-06 08:53 +0200
| From | Rafael Durán Castañeda <rafadurancastaneda@gmail.com> |
|---|---|
| Date | 2013-09-06 08:53 +0200 |
| Subject | Re: Python Debugger tool |
| Message-ID | <mailman.116.1378450416.5461.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web