This page describes limitations that you may encounter when debugging
Jython script and suggested methods for working around those limitations.
Please also see the product readme, which may contain additional limitations
for this debugger.
- Jython variable values are read-only: You cannot modify the value
of a Jython variable in the debugger.
- You cannot suspend a running Jython script in a debug session: If
the script that you are debugging runs into an infinite loop, you must terminate
it.
- Mixed-language debugging is not supported: You cannot step into
Java code from Jython script.