https://issues.dlang.org/show_bug.cgi?id=13543
Stewart Gordon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Stewart Gordon <[email protected]> --- (In reply to Brad Anderson from comment #12) > Generally speaking, the __FILE__/__LINE__ trick sounds like a perfect > example of something you put in a Debug build and leave out of a Release > build. It can be genuinely useful during development while the program's > logic is still being hammered out but it's often not useful or desired to > show this information to end users. We already have this facility. It's called a stack trace. --
