Please report any problem you encounter!

Bug reports, suggestions, etc. are very welcome. You can post them in the digitalmars.D.debugger newsgroup or write an email to Jascha Wetzel [firstname]@mainia.de

If you want to link directly to a Ddbg download, please use the following link, that will stay up-to-date:
http://ddbg.mainia.de/Ddbg-latest.zip

The source is available via SVN at https://svn.mainia.de/svn/ddbg/trunk/ under the terms of the Artistic License 2.0

Latest release

v0.11.3 beta (2008-02-01)
Changes:


Previous releases

v0.11.2 beta (2007-12-26)
Changes:

v0.11.1 beta (2007-12-16)
Changes:

v0.11 beta (2007-12-02)
Changes:

v0.10 beta (2007-06-24)
Changes:

v0.09.2 beta (2007-06-15)
Changes:

v0.09.1 beta (2007-06-15)
Changes:

v0.09 beta (2007-06-14)
Changes:

v0.08.1 beta (2007-04-25)
Changes:

v0.08 beta (2007-04-24)
Changes:

v0.1.1 beta (2007-04-11)
Changes:

Note: the CLI mode selection has changed and with it the way Ddbg is called by Code::Blocks. See the documentation for details.

v0.1 beta (2007-04-11)
Changes:

Note: the CLI mode selection has changed and with it the way Ddbg is called by Code::Blocks. See the documentation for details.

v0.0.6.1 alpha (2007-04-02)
Changes:

v0.0.6 alpha (2007-03-30)
Changes:

v0.0.5.3 alpha (2007-03-22)
Changes:

Note: if using Code::Blocks, a nightly build from 2007-03-19 or later is required for "Step out" and "Run to cursor" to work correctly

v0.0.5.2 alpha (2007-03-22)
Changes:

Note: if using Code::Blocks, a nightly build from 2007-03-19 or later is required for "Step out" and "Run to cursor" to work correctly

v0.0.5.1 alpha (2007-03-21)
Changes:

v0.0.5 alpha (2007-03-21)
Changes:

v0.0.4.5 alpha (2007-03-10)
Changes:

v0.0.4.4 alpha (2007-03-08)
Changes:

To enable Ddbg to catch unhandled exceptions in Tango applications, you need to rebuild Tango's phobos.lib after changing in tango\lib\compiler\dmd\dmain2.d, currently line 83
bool trapException = true;
to
extern(C) bool trapException = true;

v0.0.4.3 alpha (2007-03-06)
Changes:

v0.0.4.2 alpha (2007-03-06)
Changes:

v0.0.4.1 alpha (2007-03-05)
Changes:

v0.0.4 alpha (2007-03-04)
Changes:

v0.0.3 alpha (2007-02-26)
Changes:

v0.0.2.3 alpha (2007-02-23)
Changes:

v0.0.2.2 alpha (2007-02-21)
Changes:

v0.0.2.1 alpha (2007-02-21)
Changes:

v0.0.2 alpha (2007-02-21)
Changes:

v0.0.1 alpha (2007-01-22)