Previous Topic

Book Contents

Book Index

Next Topic

Script Debugging

During the process of workflow debugging, it is possible to delve deeper into the Python code of script nodes. Valuemation facilitates this by providing a Script Debugger.

The debugger is similar to Valuemation Script Editor and some of the functionality of the Script Editor is also available in the Debugger, for instance:

  • syntax highlighting for better readability
  • possibility to select text and copy it to clipboard
  • possibility to search in the text
  • possibility to highlight occurrences of the same word
  • possibility to go to a particular line
  • possibility to navigate to the method definition

Help Image

In This Chapter

Opening the Script Debugger

Script Debug Menu

Evaluate Code Action

Script Breakpoints

Variables Tree

Debug Stack

See Also

Workflow Debugging

Opening the Debugger

Node Color Coding

Debug Navigation