[Issue 13726] Build Phobos and Druntime with stack frames enabled (-gs)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jan 24 16:02:59 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13726
--- Comment #13 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Martin Nowak from comment #12)
> There is so much we can do to improve stack traces, but enforcing stack
> frames is a performance trade-off.
On Windows, breakpointing onInvalidMemoryOperationError does not result in a
readable stack trace when using Visual Studio with neither Win32, Win32+cv2pdb,
or Win64. This means that we are not emitting debug information that can
replace stack frames for either CV or PDB formats.
--
More information about the Digitalmars-d-bugs
mailing list