Message10853

Author snargul
Recipients snargul
Date 2016-05-04.12:30:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462365008.69.0.0660914856579.issue2498@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using; 
java 1.8 64-bit
python 3.5
jython 2.7
I have java methods needed to be reached from a python file. This is why I am using jython. And, I need to use a python debugger from java executor. Therefore, I'm creating a java process with the command "jython -m pdb script.py". 
Jump command is a critical command for my usage. However, it does not work. "TypeError: readonly attribute" error is given at line 705 in jython\lib pdb.py file, which is "self.curframe.f_lineno = arg".
History
Date User Action Args
2016-05-04 12:30:08snargulsetrecipients: + snargul
2016-05-04 12:30:08snargulsetmessageid: <1462365008.69.0.0660914856579.issue2498@psf.upfronthosting.co.za>
2016-05-04 12:30:08snargullinkissue2498 messages
2016-05-04 12:30:07snargulcreate