The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3854290:

You have to pass some flags to java.exe when running your jython program 
(-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n) and later in
eclipse go to run > debug configurations > remote java application create a
configuration to connect to it.

Those flags should be specified in your jython launch configuration (in the
vm arguments).

Cheers,

Fabio

References:
http://pydev.blogspot.com/2007/09/debugging-eclipse.html
http://www.eclipsezone.com/eclipse/forums/t53459.html


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to