Can the compiler catch my stupid mistake?

Temtaime via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 14 11:11:58 PDT 2015


Java / C# are executed under virtual machine.
D is executed on real hardware.

You can use your OS api to catch these exceptions, for windows it 
is SetUnhandledExceptionFilter.

But you will never be able to log for example line where this 
exception happend.


More information about the Digitalmars-d mailing list