Jumping to Application Source
If you are using the JRA as an Eclipse plug-in, you can jump from Method Trace tree directly to the source code. A feature called Jump-to-Source allows you not only to see the name of a "problem" method displayed in the tree, but lets you jump from the displayed method name directly to that method's source, where you can evaluate the code to see what might be causing the problem. This feature extremely is useful in helping you locate and debug coding errors that are creating runtime problems for your application.
To jump to the source code
- In the Method Trace tree, right-click the problem method to open a context menu.
- Select Open Method.
- The source code appears in a separate editor.