[Issue 9660] [meta] Not able to debug on Windows starting from ~10 MiB executable size

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 7 04:10:17 PST 2013


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



--- Comment #1 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-03-07 15:10:12 MSK ---
Some magic like separating a part of the project into a library may or may not
help.

Eliminating use of templates often helps. E.g. one should always append
`.array()` after (finite) range based operations and then pass an array to a
regular (non-templated) function instead of passing Voldemort types to a
templated function.

Another workaround is temporary commenting out some functions which uses
templates (e.g. from `std.algorithm`) to debug other functions.

-- 
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