How to make the exception dialog modal

How can I disable the user interaction with the screen when I show an exception dialog?

I do not see any options to configure it, and, if I use a message dialog, which is modal, I lost the stack trace information

context.getDialogs().createExceptionDialog()
                .withCaption(message)
                .withThrowable(throwable)
                .show();

There is a way to block the user interaction with the screen until they closes the dialog? I’m using Jmix 1.5.5

Hi,

Unfortunately, that is not possible in the current version. I’ve created a GitHub issue.

Regards,
Gleb