Thread overview
Visual D problems
Oct 28, 2010
Benjamin Thaut
Oct 28, 2010
Denis Koroskin
Oct 28, 2010
Benjamin Thaut
October 28, 2010
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?
-- 
Kind Regards
Benjamin Thaut
October 28, 2010
On Thu, 28 Oct 2010 11:41:45 +0400, Benjamin Thaut <code@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
October 28, 2010
Am 28.10.2010 09:47, schrieb Denis Koroskin:
> On Thu, 28 Oct 2010 11:41:45 +0400, Benjamin Thaut
> <code@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