Is there any way I can change the way assert_istrue() works? Instead of just aborting at the point when the assert conditions fails, could a software breakpoint be setup there? It will be very useful for debugging. I am using unwind as the error policy.