Several debugging-related views are supplied by the Eclipse framework for use when debugging Java and other languages. StreamBase Studio takes advantage of these existing views and configures them for debugging EventFlow applications. These Eclipse-supplied views are:
- Debug View
-
Allows you to manage the debugging or running of a StreamBase application in the workbench. Shows a hierarchical list of processes with each thread in your application appearing as a node in the tree.
- Breakpoints View
-
Lists all the breakpoints you currently have set in all applications projects in your workspace. You can set and unset breakpoints, and can open any application file containing a breakpoint from this view.
- Variables View
-
Displays information about the tuple associated with the currently selected operator in the Debug view stack frame.
For documentation on the Eclipse-supplied views, look in the Java Development User Guide section of Studio Help. Navigate to Reference > Views.
