Controlling program execution and working with breakpoints
When debugging Jython script, you can control program execution by using breakpoints, or by issuing run and step commands.
To learn more about these actions, see the related topics.
Related concepts
Breakpoints
Related tasks
Using breakpoints
Running
Stepping through Jython script
Feedback