January 24, 2021
I understand vibe.d catching exceptions and replying with a 500 in production,
but is there a way to turn this feature off for development?
I'd rather have them uncaught so I can see what happened.
January 25, 2021
On Sunday, 24 January 2021 at 23:49:58 UTC, Chris Bare wrote:
> I understand vibe.d catching exceptions and replying with a 500 in production,
> but is there a way to turn this feature off for development?
> I'd rather have them uncaught so I can see what happened.

How about printing errors with the error handler in server config?

https://vibed.org/docs#http-server-config