Windows Stack Traces: Function Names?

Vladimir Panteleev vladimir at thecybershadow.net
Thu May 26 06:20:00 PDT 2011


On Thu, 26 May 2011 16:14:23 +0300, dsimcha <dsimcha at yahoo.com> 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:vladimir at thecybershadow.net


More information about the Digitalmars-d mailing list