Debugger : Running the Debugger

Running the Debugger
After you have done the setup (see Preparing to Run Debugger), run the debugger as explained below.
To Run the Debugger
1.
As needed, switch to Debug perspective. Select Window > Open Perspective, or click the Open Perspective () button). Then select Other > Debug.
Alternatively, wait till BusinessEvents prompts you to change to debug perspective. This happens when the debugger reaches the first breakpoint.
2.
Launch a configuration: Click the down-arrow to the right of the debugger () button. You see a drop-down list. Do one of the following:
Select a debug configuration from the list. (To add configurations to this list, select Organize Favorites from the debugger drop-down list.)
Click the debugger () button or Select Run > Debug. (Only if you have already launched debugger with a configuration.)
Debugger starts a BusinessEvents engine, using parameters provided in the launch configuration, if any were provided.
3.
4.
Use the standard Eclipse commands such as step into (F5), step over (F6), step return, step out, and so on, depending on the level of detail you want to examine.
See the options in the Run menu and in the Breakpoints tab for more options, and use Eclipse help for details.