如何从eclipse中调试java中的Jrules ?我的工作空间中有特定的Jrules(以.ilr
扩展名结尾的规则文件)。我如何使用Eclipse中的java调试器来调试它们(逐步完成),并查看正在调用特定规则文件中的哪些规则?
您可以通过以下方式调试规则:
Start with a launch configuration
– Nothing to code
– Input data manually
• Use of a Java client application that embeds the rule engine to execute
your ruleset
– To automate or debug within a test framework
在应用程序中,您可以使用特定的API来了解哪些规则被触发。在调试的情况下,它可以在规则工作室中完成,您可以在规则的部分中放置调试点,并提供XOM作为输入,并从POJO调用API。