digitalmars.D.debugger - A newer WinDBG version, please!
- A Bothe (6/6) Jan 05 2010 Hi everyone,
- Zachary Lund (3/12) Mar 20 2012 I don't think you can distribute newer versions. The included
- Gyula Gubacsi (6/21) Mar 21 2012 So here's the time to nail down a proper debugger support from GDB and m...
Hi everyone, after seeking for symbolic debuggers for D I noticed that there's a newer version of WinDBG http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx I tried this one with the latest (D 2.0.3.7) DMD version and it worked! http://digitalmars.com/d/2.0/windbg.html says that other versions of WinDBG don't work ...so why don't pack it into the DMD .zip ?
Jan 05 2010
On Tuesday, 5 January 2010 at 09:23:49 UTC, A Bothe wrote:Hi everyone, after seeking for symbolic debuggers for D I noticed that there's a newer version of WinDBG http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx I tried this one with the latest (D 2.0.3.7) DMD version and it worked! http://digitalmars.com/d/2.0/windbg.html says that other versions of WinDBG don't work ...so why don't pack it into the DMD .zip ?I don't think you can distribute newer versions. The included version should probably be removed...
Mar 20 2012
So here's the time to nail down a proper debugger support from GDB and make sure that the DMD windows version also can create GDB compatible debug information instead of an abandoned format like the Code View which has virtually no support at all. CodeView 4 On 20 March 2012 17:20, Zachary Lund <admin computerquip.com> wrote:On Tuesday, 5 January 2010 at 09:23:49 UTC, A Bothe wrote:Hi everyone, after seeking for symbolic debuggers for D I noticed that there's a newer version of WinDBG http://www.microsoft.com/whdc/**devtools/debugging/installx86.**Mspx<http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx> I tried this one with the latest (D 2.0.3.7) DMD version and it worked! http://digitalmars.com/d/2.0/**windbg.html<http://digitalmars.com/d/ .0/windbg.html>says that other versions of WinDBG don't work ...so why don't pack it into the DMD .zip ?I don't think you can distribute newer versions. The included version should probably be removed...
Mar 21 2012