BetterC stack traces?

IchorDev zxinsworld at gmail.com
Sun Sep 4 17:43:01 UTC 2022


I'm trying to implement a custom exception system in BetterC. 
Does anyone know how I'd go about getting a stack trace so that I 
can print it to stdout? :)
I was thinking of utilising UDAs & `__LINE__` but it turns out 
that UDAs don't let you inject code, which is a shame!


More information about the Digitalmars-d-learn mailing list