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.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to