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