Pop3 connection with D

Sean Kelly sean at f4.ca
Thu Mar 8 16:56:05 PST 2007


Andrei Alexandrescu (See Website For Email) wrote:
> 
> Stepping through was of course possible and useful. The main difference 
> was that stepping through manually-written code was replaced by stepping 
> through the more compact templated code. The instantiation types are 
> different and therefore different actual binary code maps to the same 
> source line.

It sounds like you're describing debugging C++ template code.  Would the 
same thing be possible with code generated from strings in D via mixin? 
  I suppose the compiler could output source files to pair with the 
object files, but beyond that I don't see how this could be done.


Sean



More information about the Digitalmars-d mailing list