使用interactiveConsole的Jython pdb

时间:2016-06-23 17:00:24

标签: python python-2.7 jython pdb

我在java中有一个textfield,我可以输入要执行的python脚本。问题是即使我可以导入pdb并使用pdb.set_trace(),l(ist)命令也不起作用(只显示EOF)以及断点亚麻(仅报告文件末尾)。这是

的样本
PySystemState.initialize(preProperties,postProperties);     
interactiveConsole = new InteractiveConsole();
interactiveConsole.exec(myString);

它只适用于文件,如果是,它是如何工作的?我只需要使用interactiveConsole.execfile()?

谢谢

0 个答案:

没有答案