print last effective entry of the event loop if the not the very last of the slice
Until now, in case of an exception thrown during the event loop, the entry number was not provided. I have now added a destructor to Darwin::Tools::Looper
to print the last entry if it is not the last entry of the slice. I have also tested that it works correctly.