Jython Debugger?

cmkl cmkleffner at gmx.de
Wed Mar 3 10:52:30 CET 2004


If emacs is an option you can use a recent version of
python_mode.el with pdbtrack support. Works with python
and jython as well.

Simply place a "import pdb" in your module and add a line
with  "pdb.set_trace()"  to start debugging from this 
line on. Then start your script from within emacs.

Debugging is still done with commandline but emacs 
automagically show all the sources with the current line
in its editor window.

I'm still looking for a real graphically debugger though.

Carl

max khesin <max at NcOviSsPiAoMntech.com> wrote in message news:<jkL0c.94$c73.143227 at twister.nyc.rr.com>...
> Hi all,
> I was takling to someone who has been using Jython for a while. Their 
> biggest complaint is the luck of a good debugger. I was really 
> surprised. Isn't there anything decent out there?
> thanks,
> max



More information about the Python-list mailing list