digitalmars.D.announce - Ddbg 0.10 beta release
- Jascha Wetzel (6/6) Jun 23 2007 Ddbg is a Win32 D debugger
- torhu (2/11) Jun 23 2007 Thank you, I've been waiting for the multithreading support. :D
- Ary Manzana (5/14) Jun 24 2007 Thank you Jascha!
- Simen Haugen (6/12) Jun 24 2007 I see you are using UPX to pack the exe. I have used it on a couple of m...
- Jascha Wetzel (4/9) Jun 25 2007 do you have access to some of those machines that had problems with your...
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
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 changedThank you, I've been waiting for the multithreading support. :D
Jun 23 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
Jun 24 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
Jun 24 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? :)
Jun 25 2007