Editing Jython script during a debug session

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:

Feedback