I absolutely prefer ipdb for debugging and Vim for editing. The combo
is unbeatable. :)
Try splitting the buffer in Netbeans or Aptana. In Vim, it's just
``:split``. :) I love this editor. <3
--
Branko Vukelić
bg.bra...@gmail.com
stu...@brankovukelic.com
Check out my blog: http://www.brankovuk
i debug all the time using eclipse , and it can handle threads well ,
what is the problem??
For easiest eclipse setup for python and web development , use Aptana
, it can get Aptana PyDev plugin directly after installed (just a few
click from plugin-manager).
www.aptana.com
To setup debug for p
winpdb (free and nothing to do with Windows) is a Python debugger that is
multi-thread capable,
I have debug running well in eclipse, with step through, but I dont like to
use an IDE.
2010/12/14 Thadeus Burgess
> The problem with web2py is the built in internal server. Since it executes
> itself on a completely separate thread, there is no way (that I know
> currently) to connect a debugge
The problem with web2py is the built in internal server. Since it executes
itself on a completely separate thread, there is no way (that I know
currently) to connect a debugger to it.
I have ran into this problem with all of the python frameworks I have tried
(Django, Flask, Pylons, web2py) all su
I couldn't get NetBeans to debug my web2py code. On a Mac.
Eclipse was a challenge to get set up and in one case, where I had some oddly
broken code, the breakpoints didn't work how I expected them to. I had to step
into EVERYTHING, down into the bowels of web2py, which was a real pain. I
expec
On Tue, Dec 14, 2010 at 6:32 AM, weheh wrote:
> I want to go to Eclipse but didn't succeed in getting it to install &
> run the first time through.
Have you tried NetBeans? It's goot support for Python (still beta),
and it wasn't so bad the last time I tried. Although I now use Vim
with RopeVim,
I want to go to Eclipse but didn't succeed in getting it to install &
run the first time through.
On Dec 14, 12:13 am, Branko Vukelic wrote:
> On Tue, Dec 14, 2010 at 5:45 AM, Bruno Rocha wrote:
> > Someone else has any debug tip or advice for sharing?
>
> I used this:http://pypi.python.org/pypi
8 matches
Mail list logo