Better diagnostics for null classes dereferencing

Adam D. Ruppe destructionator at gmail.com
Tue Jul 10 20:10:54 UTC 2018


On Tuesday, 10 July 2018 at 19:01:22 UTC, Per Nordlöw wrote:
> Is it possible to change run-time behaviour of null-class 
> dereferencing, on Linux, so that it gives some other 
> diagnostics than:

Run the program in a debugger, or run `ulimit -c unlimited` to 
enable core dumps so you can run a debugger on the dead program 
after the fact.


More information about the Digitalmars-d-learn mailing list