Editing a Jython script while it is being debugged is not recommended.
However, if you do edit the script during a debug session, follow the instructions
in this topic.
To edit Jython script during a debug session, make the changes directly
to the source in the editor and then save the changes by issuing a keyboard
Ctrl+S. If you edit a Jython script during a debug session and save the changes,
you will be prompted with a message indicating that the running code cannot
be replaced. In this message, you can choose one of the following actions:
- Continue: If you select this push button, the debug
session will continue without the changes to the script.
- Terminate: Select this push button to terminate
the debug session.
- Restart: If you select this push button, the debug
session will restart and the new debug session will include the changed script.