If step-by-step debug mode is disabled, you can run the same JSP page multiple times by setting a breakpoint and reloading the JSP page or by loading it in another browser instance. If step-by-step debug mode is enabled, you can run the JSP page multiple times by simply reloading it. In either case, if one instance of the program runs to completion, the other remains and a new thread shows up.
You can have a program run until one of the following events occurs:
To run a program, perform one of the following tasks:
).If you are debugging an application that contains no active breakpoints and you choose to Resume, the application will run to completion. However, the debug session will remain open and you can load and debug other applications.