I set up a PC-based breakpoint to skip the first 70 passes through a given instruction. I know it was executed 73 times, but it never broke.
I'm running Ozone V3.10J with a J-Link Plus (firmware was updated when I installed Ozone V3.10j) under Windows 10 Pro with all updates installed.
I worked around it by adding a counter that incremented each time the instruction I wanted to break on executed. I put an 'if' statement after the increment that checked for the counter value to be 71 and put a breakpoint there. Worked like a charm.
I've used the skip feature before and it worked great. Just wanted to let you know that it appears to be broken in the latest version.
I'm running Ozone V3.10J with a J-Link Plus (firmware was updated when I installed Ozone V3.10j) under Windows 10 Pro with all updates installed.
I worked around it by adding a counter that incremented each time the instruction I wanted to break on executed. I put an 'if' statement after the increment that checked for the counter value to be 71 and put a breakpoint there. Worked like a charm.
I've used the skip feature before and it worked great. Just wanted to let you know that it appears to be broken in the latest version.
The post was edited 1 time, last by Ron ().