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.
如何使用诸如 ruby 之类的脚本语言来驱动调试会话?有没有比使用Expect或带有脚本语言的类似模块更简单的选择?
您可以通过JPDA API使用JRuby来驱动您自己的调试器。
查看jdiscript;它是 JDI 的精简脚本前端,可与 Java、JRuby 或任何其他 jvm 语言一起使用。
I've googled and seen conversions to List<Object>. But I think my case is different. I have the following:
List<Object>
public class Entry { [XmlText] public string DataLogEntry { get