The following forum message was posted by bluelou at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3846791:
I'm using PyDev 1.6.1 and the Remote Debugger in a [b]mixed[/b] Java/Jython environment. My application runs in a web application container under Tomcat within Eclipse. The Java code passes control to a Jython main script, which calls other Jython scripts [i]and[/i] calls back into Java code, which may invoke Jython scripts. It's strictly a back-and-forth thing, with Java on top. I can set and take breakpoints in the Java code [i]before[/i] passing control to Jython, and I can set and take breakpoints in the Jython code using the Remote Debugger and pydevd.settrace(). However, once I'm in the Jython code and have taken a breakpoint there, if it calls a Java class/method, breakpoints in the called Java method are ignored (I can set them in Eclipse, but they're not taken). Is it possible to do this (i.e., set and take breakpoints in Java when called from Jython)? If so, how is it done? ------------------------------------------------------------------------------ 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