Hello,
I'd like to request the option of a manual reset of the execution counters for the source and code profile windows. Per the manual, the counters reset automatically when the probe detects a reset (which is generally fine). However, I'm developing and testing a bootloader where resets are a normal part of the process and the execution counters are lost periodically when I'm trying to analyze the code coverage. I would like to be able to have the counters clear when Ozone writes the flash (obviously) and then only through some manual operation (e.g. keyboard shortcut, command line, menu option etc.)
I've made a workaround that prevents the automatic counter reset by putting a breakpoint at the top of main() that has callback that just executes Debug.Continue(). However, I'd like something more explicit if possible (especially in the event that my breakpoint/continue workaround is not an intended behavior and gets "fixed" at some point), but it works for my purposes at the moment.
Thanks for your help.
I'd like to request the option of a manual reset of the execution counters for the source and code profile windows. Per the manual, the counters reset automatically when the probe detects a reset (which is generally fine). However, I'm developing and testing a bootloader where resets are a normal part of the process and the execution counters are lost periodically when I'm trying to analyze the code coverage. I would like to be able to have the counters clear when Ozone writes the flash (obviously) and then only through some manual operation (e.g. keyboard shortcut, command line, menu option etc.)
I've made a workaround that prevents the automatic counter reset by putting a breakpoint at the top of main() that has callback that just executes Debug.Continue(). However, I'd like something more explicit if possible (especially in the event that my breakpoint/continue workaround is not an intended behavior and gets "fixed" at some point), but it works for my purposes at the moment.
Thanks for your help.