DrPython debugger

2005-09-04 Thread 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.
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. 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

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: DrPython debugger

2005-09-05 Thread Pandiani
Thanks for repy.
However, I found SimpleDebugger 0.5 from sourceforge.net as plugin for
drPython but I'm getting error message because DrPython cannot load
module drPythonChooser and it seems that the module is removed from
latest version of drPython. Or maybe I wasn't able to figure out how to
install it...:)

-- 
http://mail.python.org/mailman/listinfo/python-list