DrPython debugger

Franz Steinhaeusler franz.steinhaeusler at gmx.at
Mon Sep 5 04:12:11 EDT 2005


On 4 Sep 2005 08:29:34 -0700, "Pandiani" <brobigi at yahoo.com> wrote:

Hello Pandiani,

>Hello,
>I've been experimenting with different Python IDEs since I started to
>learn Python.
>I must say that WingIDE is the best I tried, but unfortunately it's not
>free and that 10 minutes use is killing me. So I decide to write my
>Python programs in DrPython which was recommended by vegaseat.

Good choice ;)

>DrPython is very pretty nad very customizable IDE.My question is how to
>debug with DrPython if I have unexpected program behaviour?
>Does DrPython support debugging at all? It's seems that it's not have
>breakpoints. 

It isn't possible, because there no debugger (plugin) available.
There is/was a debugger planned and even written, but not released until
now, because I think, the project admin is still very busy with other 
things not related to this project.


>I usually switch to PythonWin to trace bugs, but I wonder
>if there is some plugin for DrPython to allow debugging.
>Do you know any?
>By the way, I'm using version 3.10.13
>Thanks

Meanwhile you could also try:
On Windows: Hap Debugger (looks neat, (like Visual C++ debugger,
  but the development has ceased).
Boa Constructor: (I haven't tried it out for a long time).
Winpdb: http://sourceforge.net/projects/winpdb/
  which looks *very* promising and is in active development.

-- 
Franz Steinhaeusler



More information about the Python-list mailing list