[dmd-beta] dmd 2.053 beta
Walter Bright
walter at digitalmars.com
Sat May 7 17:14:27 PDT 2011
On 5/7/2011 4:41 PM, David Simcha wrote:
>
> Great. One more small issue: Windows got stack traces for this release,
> which makes me happy, but they only print out the addresses of the functions
> in the default setup, not the names. I know on Linux you need
> -L--export-dynamic to get the names to print. Is this possible on Windows?
> If so, it should probably be the default.
>
I believe Sean wrote that code.
In any case, you won't get any names unless you link with debug info, because
Windows executable files don't have names in them.
More information about the dmd-beta
mailing list