DK
I've written hundreds of ARIS scripts without this problem. I'm debugging a javascript report and the script runs to completion without stopping at my breakpoints. Has anyone else experienced this? Can anyone tell me what is happening? I'm using ARIS 7.1
Hi Dave,
Maybe the piece of code you have your breakpoint at never gets run... ie. an if condition before the statement does not relate to true...
Easiest is to start with breakpoints early and step from there to see why it never goes to the breakpoint...
Hope this helps.
Rgs,
Francois