Preparing to debug

Before you can begin a debug session, you must set a breakpoint in the Jython script that you are going to debug.

It is also recommended that you import your Jython scripts to a workbench project. If you debug script that is in your file system and not in a workbench project, set breakpoints will not display in the editor. To be able to see all breakpoint indicators, debug script that is in a workbench project.

In addition, the WebSphere Application Server run time must be installed on your local machine.

Related tasks
Starting a debug session

Feedback