From: Michel P. <mi...@di...> - 2003-10-02 08:20:37
|
On Wednesday 01 October 2003 16:02, Frank Cohen wrote: > Is there a debugger for Jython?=20 'import pdb' should work, but beware multiple threads (like action handle= s in=20 swing applications) pdb doesn't seem to be able to handle it for me. -Michel |