Thread overview
D Language and the MS Visual Studio Debugger
May 01, 2004
Mike
May 02, 2004
Zz
May 02, 2004
imr1984
May 03, 2004
Zz
May 01, 2004
Hi,

I have been playing with D and am pleased with it. (works really
well in the ConTEXT editor BTW).  Is there a way I can get the
exe produced by dmd to run in the visual studio .NET debugger and
get it to set breakpoints ?  sorry for the dumb question but I would
really like to dump C++ for D and need a debugger :-)

-Mike


May 02, 2004
I would also like to know if this is possible, lack of proper debugging support in D is a hinderance for some of us.

- Zz
"Mike" <Mike_member@pathlink.com> wrote in message
news:c715al$1j32$1@digitaldaemon.com...
> Hi,
>
> I have been playing with D and am pleased with it. (works really
> well in the ConTEXT editor BTW).  Is there a way I can get the
> exe produced by dmd to run in the visual studio .NET debugger and
> get it to set breakpoints ?  sorry for the dumb question but I would
> really like to dump C++ for D and need a debugger :-)
>
> -Mike
>
>


May 02, 2004
All you do (in VS.NET) is open your exe created in D as a project in .NET. Then add your .d source files to the project and press F5. Thats all there is to it.

In article <c727cb$8ci$1@digitaldaemon.com>, Zz says...
>
>I would also like to know if this is possible, lack of proper debugging support in D is a hinderance for some of us.
>
>- Zz
>"Mike" <Mike_member@pathlink.com> wrote in message
>news:c715al$1j32$1@digitaldaemon.com...
>> Hi,
>>
>> I have been playing with D and am pleased with it. (works really
>> well in the ConTEXT editor BTW).  Is there a way I can get the
>> exe produced by dmd to run in the visual studio .NET debugger and
>> get it to set breakpoints ?  sorry for the dumb question but I would
>> really like to dump C++ for D and need a debugger :-)
>>
>> -Mike
>>
>>
>
>


May 03, 2004
Thanks.

"imr1984" <imr1984_member@pathlink.com> wrote in message news:c72lbv$sfq$1@digitaldaemon.com...
> All you do (in VS.NET) is open your exe created in D as a project in .NET.
Then
> add your .d source files to the project and press F5. Thats all there is
to it.
>
> In article <c727cb$8ci$1@digitaldaemon.com>, Zz says...
> >
> >I would also like to know if this is possible, lack of proper debugging support in D is a hinderance for some of us.
> >
> >- Zz
> >"Mike" <Mike_member@pathlink.com> wrote in message
> >news:c715al$1j32$1@digitaldaemon.com...
> >> Hi,
> >>
> >> I have been playing with D and am pleased with it. (works really
> >> well in the ConTEXT editor BTW).  Is there a way I can get the
> >> exe produced by dmd to run in the visual studio .NET debugger and
> >> get it to set breakpoints ?  sorry for the dumb question but I would
> >> really like to dump C++ for D and need a debugger :-)
> >>
> >> -Mike
> >>
> >>
> >
> >
>
>