Jython debugger

The Jython debugger enables you to detect and diagnose errors in Jython script that is used for WebSphere Application Server administration. With the debugger, you can control the execution of your code by setting line breakpoints, suspending execution, stepping through your code, and examining the contents of variables.

The Jython debugger only supports debugging script that is running on WebSphere Application Server Version 6.1.

Related concepts
Breakpoints

Feedback