www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Ddbg 0.10 beta release

reply Jascha Wetzel <firstname mainia.de> writes:
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
Jun 23 2007
next sibling parent torhu <fake address.dude> writes:
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
Jun 23 2007
prev sibling next sibling parent Ary Manzana <ary esperanto.org.ar> writes:
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
Jun 24 2007
prev sibling parent reply "Simen Haugen" <simen norstat.no> writes:
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 
Jun 24 2007
parent Jascha Wetzel <firstname mainia.de> writes:
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? :)
Jun 25 2007