runtime hook for Crash on Error

Walter Bright newshound2 at digitalmars.com
Fri Jun 1 03:15:33 PDT 2012


On 6/1/2012 12:45 AM, Jens Mueller wrote:
> This is perfectly valid when developing such critical systems. But
> limiting D to effectively only allow developing such particular systems
> cannot be the appropriate response. There are plenty of other systems
> that do not operate in such a constrained environment.

You can catch thrown asserts if you want, after all, D is a systems programming 
language. But that isn't a valid way to write robust software.



More information about the Digitalmars-d mailing list