[Issue 4433] object.Error: Access Violation missing file and line number
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 6 17:03:50 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4433
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2010-07-06 17:03:49 PDT ---
Is the stack trace feature going to do this?
To implement this I think the compiler has to add a pointer to the filename
string and a line number to every call point to class methods, and more. So
this can be done in nonrelease mode. In optimized builds this can be a drag.
--
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