Thread overview
Ddbg 0.10 beta release
Jun 23, 2007
Jascha Wetzel
Jun 24, 2007
torhu
Jun 24, 2007
Ary Manzana
Jun 25, 2007
Simen Haugen
Jun 25, 2007
Jascha Wetzel
June 23, 2007
Ddbg is a Win32 D debugger

http://ddbg.mainia.de/releases.html

This release adds multi-threading support and post-mortem debugging using minidumps.
See the documentation for details.

Note for frontend developers: Ddbg's breakpoint messages changed
June 24, 2007
Jascha Wetzel wrote:
> Ddbg is a Win32 D debugger
> 
> http://ddbg.mainia.de/releases.html
> 
> This release adds multi-threading support and post-mortem debugging using minidumps.
> See the documentation for details.
> 
> Note for frontend developers: Ddbg's breakpoint messages changed

Thank you, I've been waiting for the multithreading support. :D
June 24, 2007
Thank you Jascha!

All the new features are great, I'll try to add support in Descent for them for the next release.

Note for Descent users: ddbg v0.10 beta may not work with it.

Jascha Wetzel escribió:
> Ddbg is a Win32 D debugger
> 
> http://ddbg.mainia.de/releases.html
> 
> This release adds multi-threading support and post-mortem debugging using minidumps.
> See the documentation for details.
> 
> Note for frontend developers: Ddbg's breakpoint messages changed
June 25, 2007
I see you are using UPX to pack the exe. I have used it on a couple of my programs, and for some reason the packed exe's crashes on some computers (I have no idea why).

Just in case you get crash bugs that you can't figure out.

"Jascha Wetzel" <firstname@mainia.de> wrote in message news:f5kbac$2qd2$1@digitalmars.com...
> Ddbg is a Win32 D debugger
>
> http://ddbg.mainia.de/releases.html
>
> This release adds multi-threading support and post-mortem debugging using
> minidumps.
> See the documentation for details.
>
> Note for frontend developers: Ddbg's breakpoint messages changed


June 25, 2007
Simen Haugen wrote:
> I see you are using UPX to pack the exe. I have used it on a couple of my programs, and for some reason the packed exe's crashes on some computers (I have no idea why).
> 
> Just in case you get crash bugs that you can't figure out.

do you have access to some of those machines that had problems with your programs?
could you try to run Ddbg on them? :)