Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 Weka 实现一个新的过滤器。我想知道,我应该怎么做才能调试 weka,这样我才能看到我的代码有什么问题,因为当我尝试在 weka 中运行过滤器时,我遇到了异常。目前我正在使用
JOptionPane.showMessageDialog(null, ...);
打印变量的值,尝试找出问题,但是我浪费了很多时间生成 jar 文件,将它们处理到正确的位置,重新启动 weka 等等......等等......
在此先感谢您的帮助。
使用任何常用的 Java 调试器有什么问题?您可以从 Eclipse 运行 Weka,也可以使用通常的调试器附加参数启动它,然后从 Eclipse 附加到它。