I can see from the screenshot that your cursor is in the CATCH block => the exception was raised (as expected) and you are handling it.
Even the RAISING EXCEPTION is commented as described in the link, there is no exception occurs.
What do you mean no exception occurs? In the debugger you can always check the exact location in the code where the exception has been raised.