I am trying to diagnose a problem with a script but have found some odd behaviour with breakpoints.
I have a script that calls another one using ScriptStart. I have put a breakpoint in the first script and another in the second script so that I can move line by line in the second script. The first loop around and all behaves as expected. However, on all following loops the second breakpoint is ignored.
I have tried all manner of combinations, even just putting a breakpoint in the second script and it will be ignored after the first loop around.
Can anyone tell me how I can reliably break a script on every loop through please?
Regards,
Simon.