Breakpointing/triggering when a sequence is killed

In reply to erik.k.jessen@raytheon.com:

Automatic memory management and destructors don’t mix. And what you are asking for is closer to JAVA’s finalize() method. But that still won’t help with what you are looking for because there’s no guaranteed point where that method would be called, except by the end of simulation.

The debugging topic is very tool specific, and this forum is not setup for those kinds of issue. Contact you vendor for tips on how you can visualize sequences running on sequencer and setting breakpoint in the UVM.