www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D Language and the MS Visual Studio Debugger

reply Mike <Mike_member pathlink.com> writes:
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 01 2004
parent reply "Zz" <Zz Zz.com> writes:
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
parent reply imr1984 <imr1984_member pathlink.com> writes:
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 02 2004
parent "Zz" <Zz Zz.com> writes:
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
May 03 2004