|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.announce - cv2pdb 0.1 released
Hi all,
cv2pdb is a converter of DMD CodeView debug information to PDB debug
format to make debugging of D applications that were created with the
DMD compiler, as seamless as possible in current versions of Visual
Studio (i.e Visual Studio 2008 and VCExpress).
Major Features:
* conversion of DMD CodeView information to PDB file
* converted line number info allows setting breakpoints
* display of variables, fields and objects in watch, local
and auto window and in data tooltips
* convenient display of dynamic and associative arrays
in watch windows
* demangles function names for convenient display of callstack
Version 0.1 is available now at
http://www.dsource.org/projects/cv2pdb
Enjoy,
Rainer Schuetze
May 09 2009
On Sat, 09 May 2009 12:27:39 +0400, Rainer Schuetze <r.sagitario gmx.de> wrote: May 09 2009
在 Sat, 09 May 2009 16:27:39 +0800,Rainer Schuetze <r.sagitario gmx.de> 写道: May 09 2009
On Sat, 09 May 2009 11:27:39 +0300, Rainer Schuetze <r.sagitario gmx.de> wrote:cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the DMD compiler, as seamless as possible in current versions of Visual Studio (i.e Visual Studio 2008 and VCExpress). May 09 2009
Vladimir Panteleev wrote:On Sat, 09 May 2009 11:27:39 +0300, Rainer Schuetze <r.sagitario gmx.de> wrote:cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the DMD compiler, as seamless as possible in current versions of Visual Studio (i.e Visual Studio 2008 and VCExpress). May 09 2009
Sweet! Thanks :D -- Tomasz Stachowiak http://h3.team0xf.com/ h3/h3r3tic on #D freenode May 09 2009
On Sat, 09 May 2009 10:27:39 +0200, Rainer Schuetze <r.sagitario gmx.de> wrote:cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the DMD compiler, as seamless as possible in current versions of Visual Studio (i.e Visual Studio 2008 and VCExpress). May 11 2009
Hi, Robert M. M黱ch wrote:On Sat, 09 May 2009 10:27:39 +0200, Rainer Schuetze <r.sagitario gmx.de> wrote:cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the DMD compiler, as seamless as possible in current versions of Visual Studio (i.e Visual Studio 2008 and VCExpress). May 11 2009
|