Throw an exception but "hide" the top frame?

Sean Kelly via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Dec 24 09:58:53 PST 2014


The backtrace code has a parameter that lets you tell it how many 
leading frames you want it to skip when generating the result.  
This is to get out of the Throwable ctor code itself, but it 
wouldn't be hard to bump this by one or two if you need it to.


More information about the Digitalmars-d-learn mailing list