This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSS breakpoint calling a javascript function?

With DSS is there a way to have a javascript function called when a breakpoint is hit?

 The only javascript examples I can find appear to have the Javascript blocked for a breakpoint.

Then I have to check if the current PC is the break point I wanted.  Very difficult to do loops with multiple breakpoints and if/else conditionals.

 Andrew

  • Hi Andrew,

    You can configure a breakpoint to call GEL functions/expressions when triggered. Not javascript functions/expressions. Not sure if there is better solution for what you are trying to do than checking the PC.

    ki