Hi,
Robert M. Münch wrote:
On Sat, 09 May 2009 10:27:39 +0200, Rainer Schuetze <[email protected]>
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).
Hi, that's pretty cool.
One question: Does this tool work with DMC files as well? Even we all
now use D, using a C compiler sometimes is still rwequired ;-).
I just tried to convert the compiled DMD code, but that produced an
error "dmd.exe: unsupported field entry". A dump showed that there are a
few debug entries that don't seem to occur in D code, and that the line
numbers are wrong.
So, sorry, no simple cure for that problem.
Rainer