Visual D problems

Benjamin Thaut code at benjamin-thaut.de
Thu Oct 28 01:52:45 PDT 2010


Am 28.10.2010 09:47, schrieb Denis Koroskin:
> On Thu, 28 Oct 2010 11:41:45 +0400, Benjamin Thaut
> <code at benjamin-thaut.de> wrote:
>
>> For my current project I use visualD for debugging. I'm now at a point
>> where both dsss and visualD won't compile my sourcecode any more. Dsss
>> gets stuck in some kind of endless loop and because visualD passes all
>> files to dmd at once, dmd constalty crashes with some kind of register
>> dump.
>> Is there a way I can make visual D pass each source file individually
>> to dmd and then link together the obj files? I really would like to
>> continue using visualD because it gives a really nice debugging
>> experience. Are there other more stable build tools?
>
> http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=119695
>
Thank you very much this works for me.

-- 
Kind Regards
Benjamin Thaut


More information about the Digitalmars-d mailing list