On 06/01/2017 09:54 AM, Martin Tschierschke wrote:
On Wednesday, 31 May 2017 at 13:04:52 UTC, Steven Schveighoffer wrote:
I have discovered an annoyance in using vibe.d instead of another web
framework. Simple errors in indexing crash the entire application.
Is this option useful for you?
VibeDebugCatchAll Enables catching of exceptions that derive from
Error. This can be useful during application development to get useful
error information while keeping the application running, but can
generally be dangerous, because the application may be left in a bad
state after an Error has been thrown.
From: http://vibed.org/docs#compile-time-configuration
All that would do is *cause* corruption due to the way the runtime
handles (or more precisely, doesn't handle) a thrown Error.