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