Re: [Pydev-code] Debugging jython called from Java
Brought to you by:
fabioz
From: dperez <cra...@ya...> - 2006-09-27 09:34:38
|
Hi, Another small problem, I remove a breakpoint and continues to be hit. This happens even if I restart my app and the debug server. Does the call to pydevd.settrace() takes long? I haven't been able to measure how long it takes, because of the breakpoint I can't remove. Is it advisable to leave this call in production? Thanks for any hint. dperez wrote: > > Hi, > > It works ok. :-) > I'll try to convince my boss to purchase the extensions. > But the console is working when not using the debug server. I enter a > simple expression (like 1+1), hit twice Enter and nothing happens. > It works ok when starting standalone .py programs. > > > Fabio Zadrozny-2 wrote: >> >>> >>> >>> I'm evaluating PyDev and like it. >>> But I wonder if I can debug Jython code when the jython code is called >>> from >>> Java code (e.g. a web server). >>> >>> >> You should be able to do it with the remote debugger: >> http://fabioz.com/pydev/manual_adv_remote_debugger.html >> > > -- View this message in context: http://www.nabble.com/Debugging-jython-called-from-Java-tf2317042.html#a6523582 Sent from the pydev-code mailing list archive at Nabble.com. |