Re: cv2pdb 0.3 released

2009-06-11 Thread torhu
On 09.06.2009 20:44, Rainer Schuetze wrote: The visualizer macros in autoexp.dat are quite complex and can be slow, especially if you have associative arrays with a lot of entries. Please try it without the autoexp.dat entries. Didn't seem to matter much, but then there were no assoc arrays

Re: cv2pdb 0.3 released

2009-06-11 Thread torhu
On 09.06.2009 21:25, Bill Baxter wrote: On Mon, Jun 8, 2009 at 3:43 PM, torhun...@spam.invalid wrote: As someone mostly used to msvc 6, I have to say that debugging in msvc 9 is incredibly sluggish in comparison. Most actions in the debugger takes several seconds to complete, while in msvc

Re: cv2pdb 0.3 released

2009-06-09 Thread Rainer Schuetze
The last time I've been using VC6 is so long ago, I cannot really remember... VC7 and VS.NET are maybe a little faster than VS2005/VS2008, but to make them stall for seconds is not common neither for C++ nor for D. The visualizer macros in autoexp.dat are quite complex and can be slow,

Re: cv2pdb 0.3 released

2009-06-09 Thread Nick Sabalausky
Bill Baxter wbax...@gmail.com wrote in message news:mailman.242.1244575550.13405.digitalmars-d-annou...@puremagic.com... On Mon, Jun 8, 2009 at 3:43 PM, torhun...@spam.invalid wrote: As someone mostly used to msvc 6, I have to say that debugging in msvc 9 is incredibly sluggish in

Re: cv2pdb 0.3 released

2009-06-08 Thread torhu
On 05.06.2009 09:37, Rainer Schuetze wrote: Hi, cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the Digital Mars compiler, as seamless as possible in current versions of Visual Studio. This is great stuff!

cv2pdb 0.3 released

2009-06-05 Thread Rainer Schuetze
Hi, cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the Digital Mars compiler, as seamless as possible in current versions of Visual Studio. Major changes since version 0.1: * now works on

Re: cv2pdb 0.3 released

2009-06-05 Thread Vladimir Panteleev
On Fri, 05 Jun 2009 10:37:38 +0300, Rainer Schuetze r.sagita...@gmx.de wrote: Hi, cv2pdb is a converter of DMD CodeView debug information to PDB debug format to make debugging of D applications that were created with the Digital Mars compiler, as seamless as possible in current versions

Re: cv2pdb 0.3 released

2009-06-05 Thread Rainer Schuetze
Hi, I hadn't checked the tickets (I still have to set it up correctly to be notified, I guess). I could reproduce ticket #2, but not #1. We should move discussion about bugs there... Rainer Vladimir Panteleev wrote: On Fri, 05 Jun 2009 10:37:38 +0300, Rainer Schuetze r.sagita...@gmx.de