Debugger shows you how a deployed BusinessEvents application will behave in response to data. It shows potential problems in execution of rules and rule functions.The debugger allows you to control the execution of your program by setting breakpoints, stepping through your code, suspending launched programs, examining the contents of variables, providing rule input, and so on.BusinessEvents Debugger integrates with the Eclipse Java development toolkit debugger. Much of the functionality is standard Eclipse debugger functionality. See the Eclipse help for details on features such as breakpoint preferences and other functionality. This chapter explains only the BusinessEvents-specific features.
Stepping Step into, step over, and step out may not behave as you might expect. In a declarative rule language like BusinessEvents, unlike with a procedural language, there is no predetermined path through the code. The inference engine logic determines the next action (next rule) based on various conditions and settings, not the rule itself.
Copyright © TIBCO Software Inc. All Rights Reserved.