NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

BlockCannotReturn exception is resumable but it shouldn't be

Open adri09070 opened this issue 2 years ago • 1 comments

BlockCannotReturn error has the "resumable" property so when this error happens, a debugger opens and the user can proceed the execution and ignore the error. However, doing so causes the image to crash: this is not good.

I think that this is misleading. If ignoring the error causes the image to crash, I think we shouldn't let the user proceed the execution. To do that, we should make this error not resumable

adri09070 avatar Sep 16 '22 09:09 adri09070