On Thu, 26 May 2011 16:14:23 +0300, dsimcha <[email protected]> wrote:

I've noticed that stack trace support has been added for Windows in the latest DMD release. However, it seems to only print function addresses (basically useless) instead of function names like it does on Linux. Is there a way to enable function names being printed on Windows? (Compiling w/ debugging symbols doesn't seem to do it.)

Function names work for me when using -g or -gc. I recall that you need a recent version of dbghelp.dll to see the function names.

--
Best regards,
 Vladimir                            mailto:[email protected]

Reply via email to