DMD 0.155 release
Tydr Schnubbis
fake at address.dude
Sun Apr 30 01:51:20 PDT 2006
Walter Bright wrote:
> Tydr Schnubbis wrote:
>> The windbg that comes with dmd 0.155 is useless for me, because it runs
>> so slow it looks like it hangs when I try to run an app with it. I
>> didn't change any of it's settings, so it doesn't seem to work out of
>> the box for me. Anyone else experienced this?
>
> No. I use windbg all the time, and I have a old (slow) machine.
>
>> But windbg 6 (which I got from Microsoft's site) works fine most of the
>> time. What exactly am I missing out on by not using the old version?
>
> Newer windbg's don't seem to support codeview 4 debug info, which is
> what dmd generates.
>
>> Would be even nicer if the D runtime would print line numbers itself on
>> access violations. Or a full stack trace. :)
>
> There's a patch to do that you can install.
I take it you mean this one:
http://www.digitalmars.com/d/archives/digitalmars/D/32313.html
It's for dmd 0.144, and seem to be some missings symbols from the later
versions of phobos. I hope the author will update it sometime. Could
be very handy.
I got this error:
debug\lib\pipestream.obj(pipestream)
Error 42: Symbol Undefined _D3std6stream6Stream6isOpenFZx
debug\lib\pipestream.obj(pipestream)
Error 42: Symbol Undefined _D3std6stream6Stream3eofFZx
debug\serverlist.obj(serverlist)
Error 42: Symbol Undefined
_D3std6thread6Thread5_ctorFDFZikZC3std6thread6Thread
--- errorlevel 3
More information about the Digitalmars-d-announce
mailing list