Editing scripts

You can edit the script displayed in the Script Debugger window by clicking the Edit Script button. The script editor will open, allowing you to edit the script.

Scripts containing breakpoints

If you edit scripts in which breakpoints have been set, Dexterity attempts to preserve existing breakpoints. In some cases, the breakpoints may no longer be valid or will not appear on the lines where you set them. For this reason, we recommend that if you edit a script containing breakpoints, you should delete the existing breakpoints and reset them.

Editing scripts while at a breakpoint

If you edit a script while stopped at a breakpoint, the changes you make to the script won’t take affect until the next time the script is run.


Documentation Feedback