Running XSL transformations during a debug session
You can have a program run until one of the following occurs:
- the end of the program is reached
- an active breakpoint is hit
- an exception occurs, if you are debugging a mixed language application (only if that exception type is selected in the Add Java Exception Breakpoint dialog box)
To run a program, do one of the following:
- Click the Resume button (
).
- Select Run > Resume from the menu bar.
- Press F8.
If you select Run to Line in the editor, the program will run to the selected statement unless an active breakpoint is hit, an exception occurs or the end of the program is reached. You select the statement by moving the cursor to it.
To run a program to a specific line number:
- Make sure the line to run to is visible in the editor by using the scroll bar or cursor keys to locate the line.
- Ensure that the editor cursor is in the line and run the program to the cursor by right-clicking on the line and selecting Run To Line from the pop-up menu.
If you run a program until its end is reached, you can relaunch the program by selecting Run > Debug Last Launched from the menu bar or by pressing F11.
Related tasks
Using the Debug view
Stepping through a program
Terminating a debug session