Jython Debugger?

M

max khesin

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
 
F

F. GEIGER

I'm looking for such a thing too. All I've found so far is an announcement
of an Eclipse plugin.

Regards
Franz GEIGER
 
M

max khesin

(forgive the simpleton)
How do you envision this working in Jython environment?

thanks,
max.
 
Z

ziaran

max said:
(forgive the simpleton)
How do you envision this working in Jython environment?

thanks,
max.

Max, I didn't hear about Jython until today, but if it runs Python code
it should run the debugger, since it it written in Pythonish.
 
C

cmkl

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
 
S

Skip Montanaro

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

What visual features do you want that an X/Emacs+gdb+python-mode+pdbtrack
can't give you?

Skip
 
C

cmkl

I have very much the same answer. Personally I'm satisfied
with emacs and pdbtrack, but I was asked for a solution
not based on emacs, i.e. based on ddd or insight or the like.

Carl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,183
Messages
2,570,969
Members
47,524
Latest member
ecomwebdesign

Latest Threads

Top