Hi, after looking at the documentation, I can see that the function OnHalt() in the gel file will be called when the target is halted.
However, when I resume from the breakpoint, there is no corresponding function call.
Iw ould like to call a fcuntion that will disable some local instrument time from counting, and then on resume to re-enable, but I can't see a way to do this.
I have tried "OnRestart()" but this is only called when the target is fully rebooted, rather than when it resumes.