We are using Ozone for code coverage at runtime.
We would like to integrate the code coverage report in our continuous integration platform so it can run every time we build a new release.
Is there a way to signal Ozone to execute commands after the Debuging session has started?
We would like to run it for a certain time and then stop the debug session and save the code coverage report.
For what I can see the only way to execute something in an automated way is to set a breakpoint with the script and than attach a function to the breakpoint.
This solution does not work because it is break point dependent.
Ideally it would be enough that we can set a callback after a timeout and not on breakpoint hit.
Or even better a way to inject commands from a console.
I believe automated code coverage could be an excellent use of Ozone and J-Trace and with a little effort could be achieved since the main function is already part of Ozone.
We would like to integrate the code coverage report in our continuous integration platform so it can run every time we build a new release.
Is there a way to signal Ozone to execute commands after the Debuging session has started?
We would like to run it for a certain time and then stop the debug session and save the code coverage report.
For what I can see the only way to execute something in an automated way is to set a breakpoint with the script and than attach a function to the breakpoint.
This solution does not work because it is break point dependent.
Ideally it would be enough that we can set a callback after a timeout and not on breakpoint hit.
Or even better a way to inject commands from a console.
I believe automated code coverage could be an excellent use of Ozone and J-Trace and with a little effort could be achieved since the main function is already part of Ozone.