www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Descent 0.3 released

reply Ary Manzana <ary esperanto.org.ar> writes:
The Descent plugin for Eclipse provides an IDE for writing, launching 
and debugging code in D.

Explanations on how to get it from within Eclipse are here:

http://www.dsource.org/projects/descent

The site now also includes documentation about how to compile, run and 
debug programs in Descent.

There is only one feature: debugging!

You can now run and debug programs using Descent. The user interface is 
the one well known from Eclipse. The following views are available: 
debug (listing the stack frames), variables, breakpoints, expressions, 
registers and memory. A dissasembly view is planned for a next release.

Currently ddbg and gdb are supported, but other debuggers can be 
integrated easily (read at the end of 
http://www.dsource.org/projects/descent/wiki/DebuggingPrograms ).

There are also some bug fixes (for example, the one that made java 
shortcuts not work).

Hopefuly the next version will compile programs without the need to 
specify an external tool.
May 07 2007
next sibling parent Hendrik Renken <funsheep gmx.net> writes:
Ary Manzana wrote:
 The Descent plugin for Eclipse provides an IDE for writing, launching 
 and debugging code in D.
 
 Explanations on how to get it from within Eclipse are here:
 
 http://www.dsource.org/projects/descent
 
 The site now also includes documentation about how to compile, run and 
 debug programs in Descent.
 
 There is only one feature: debugging!
 
 You can now run and debug programs using Descent. The user interface is 
 the one well known from Eclipse. The following views are available: 
 debug (listing the stack frames), variables, breakpoints, expressions, 
 registers and memory. A dissasembly view is planned for a next release.
 
 Currently ddbg and gdb are supported, but other debuggers can be 
 integrated easily (read at the end of 
 http://www.dsource.org/projects/descent/wiki/DebuggingPrograms ).
 
 There are also some bug fixes (for example, the one that made java 
 shortcuts not work).
 
 Hopefuly the next version will compile programs without the need to 
 specify an external tool.
great news! thx ^^. looking forward to see more of your work.
May 08 2007
prev sibling next sibling parent Ary Manzana <ary esperanto.org.ar> writes:
I forgot to mention that Descent requires Java version 1.5 or greater.

This is a restriction I'll consider to remove in the future (I need to 
remove the generic code).
May 08 2007
prev sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
Hello Mr. Manzana

Thanks for this wonderfull project. I managed to install it but could not make
it compile/debug a small D program... Can You write small how-to how to setup
compiler - I have searched for that option, but could not find it.

Kind regards
May 08 2007
parent Ary Manzana <ary esperanto.org.ar> writes:
Hi Dejan.

Currently Descent doesn't compile projects by itself (i.e. by specifying 
the compiler executable). This will be present in the next release.

You have two options: compile it outside Eclipse or create an External 
Tool to compile the project.

Here's an explanation on how to do the second for Rebuild: 
http://www.dsource.org/projects/descent/wiki/CompilingPrograms

If this isn't your problem, please let me know.

Regards,
Ary

Dejan Lekic escribió:
 Hello Mr. Manzana
 
 Thanks for this wonderfull project. I managed to install it but could not make
it compile/debug a small D program... Can You write small how-to how to setup
compiler - I have searched for that option, but could not find it.
 
 Kind regards
May 09 2007