Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 40 Testing and Debugging Projects : Setting Breakpoints in Rules and Rule Functions

Setting Breakpoints in Rules and Rule Functions
Setting breakpoints is an Eclipse feature. This section provides only basic information. You can also use advanced features such as importing and exporting breakpoints, and using class prepare breakpoints. See Eclipse help for more details on all breakpoint functionality. You can set or change breakpoints during a debug session also.
To Set Breakpoints in Rules and Rule Functions
1.
You can work with breakpoints in the debugger perspective as well as in the TIBCO BusinessEvents Studio development perspective.
2.
A breakpoint icon appears in the left margin:
3.
A breakpoint may not be set exactly where you place it. This is because TIBCO BusinessEvents ensures that breakpoints fall on an executable statement, and moves any that do not to the nearest executable statement.
Executing step code line does not match rule editor code line  This situation happens when there is a mismatch between the debug line information stored in the EAR, and the information in the open rule editor. To resolve the problem, recompile the EAR file.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved