Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning

Removed from Studio v 8.1


Table of Contents
maxLevel1

...

  • Add Framework Support for Pricefx – see Studio Upgrade Studio Instructions for the Project Libraries.
  • Keep the element names unique within the project as described in Naming Conventions, otherwise you have to do the following:
    • If you have some directories marked as "Source", remove such assignment in Module Settings > Modules > Sources (i.e. no directory should be marked as "Source"), except the /src directory.
  • You may be asked to set the Output Path in Module Settings > Modules > Paths when running the debug for the first time.

...

  1. Select parameters for the debug run as described here. You need to save the parameters into a file, since the filename will be passed to the launched debugger process as a parameter.
  2. Put the breakpoint at the last line of the src/debug.groovy script. This script file will be created automatically when you run the debugging for the first time.
  3. Open the desired element file(s) and add breakpoint(s) on the lines where you want to stop the formula execution.
  4. Click the 'Debug' button in the Logic editor. This starts the standard IDEA debugging of the debug.groovy script which will be automatically created in the src/ folder.
  5. When the debugger stops here, add the desired variables into Watches.

...