[Issue 8841] Missing line numbers in stack trace?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 23 05:27:52 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8841



--- Comment #6 from Rainer Schuetze <r.sagitario at gmx.de> 2012-12-23 05:27:46 PST ---
The callstack for the original example does not show line numbers because the
functions shown are all from the runtime library which is not compiled with
debug information.

The major problem is that the throwing statement in main isn't shown at all. If
it is shown (as in Kenjis example) line numbers usually show up.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list