我在java中有一个textfield,我可以输入要执行的python脚本。问题是即使我可以导入pdb并使用pdb.set_trace(),l(ist)命令也不起作用(只显示EOF)以及断点亚麻(仅报告文件末尾)。这是
的样本PySystemState.initialize(preProperties,postProperties);
interactiveConsole = new InteractiveConsole();
interactiveConsole.exec(myString);
它只适用于文件,如果是,它是如何工作的?我只需要使用interactiveConsole.execfile()?
谢谢