Access Violation Tracking
    Adam D. Ruppe via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Nov  5 06:17:33 PST 2014
    
    
  
On Wednesday, 5 November 2014 at 11:31:01 UTC, bearophile wrote:
> This was discussed some times, and Walter is against this, but 
> I think he is wrong, and eventually things will change.
An access violation already thrown on Win32. Just catch a 
Throwable in main and write out exception.toString. But you do 
need to have debugging info compiled in to get a readable 
backtrace with dmd -g.
    
    
More information about the Digitalmars-d-learn
mailing list