Thread overview
The D Journal Update?
Oct 11, 2002
Jason Mills
Oct 11, 2002
Jonathan Andrew
Oct 12, 2002
Alix Pexton
Oct 12, 2002
Walter
Debugging D
Oct 12, 2002
Sean L. Palmer
Oct 12, 2002
Walter
October 11, 2002
Whats the status of the The D Journal? I haven't seen any recent posting
regarding it.

Just curious.

Jason

October 11, 2002
Jason Mills wrote:
> 
> Whats the status of the The D Journal? I haven't seen any recent posting
> regarding it.
> 
> Just curious.
> 
> Jason
> 

As far as I know, its being put on hold a little bit until D is a little
more complete and the people involved (myself included) have some more
time to work on it.

Jon

October 12, 2002
There is a plan fot a "short" issue, some time in the near future.
I had been working on an introductory course in D programming to fill a little space while you all wait patiently, but D seems to be changing quite a bit lately, so I decided to wait until we had the v1 feature freeze.

Alix Pexton...
webmaster theDjournal.com

Jason Mills wrote:
> 
> Whats the status of the The D Journal? I haven't seen any recent posting
> regarding it.
> 
> Just curious.
> 
> Jason
> 

October 12, 2002
I think the basic features are stable.

"Alix Pexton" <Alix@seven-point-star.co.uk> wrote in message news:ao9ioo$1eec$1@digitaldaemon.com...
> There is a plan fot a "short" issue, some time in the near future.
> I had been working on an introductory course in D programming to fill a
> little space while you all wait patiently, but D seems to be changing
> quite a bit lately, so I decided to wait until we had the v1 feature
freeze.
>
> Alix Pexton...
> webmaster theDjournal.com
>
> Jason Mills wrote:
> >
> > Whats the status of the The D Journal? I haven't seen any recent posting regarding it.
> >
> > Just curious.
> >
> > Jason
> >
>


October 12, 2002
Need good debugger integration.  Stone-age debugging may be good enough for some people.  I can't stand debugging with printf.  Can D provide .PDB file support by any chance?  We need source-level and symbolic debugging.

Sean

"Walter" <walter@digitalmars.com> wrote in message news:ao9j86$1evl$1@digitaldaemon.com...
> I think the basic features are stable.


October 12, 2002
"Sean L. Palmer" <seanpalmer@directvinternet.com> wrote in message news:ao9r85$1m6s$1@digitaldaemon.com...
> Need good debugger integration.  Stone-age debugging may be good enough
for
> some people.  I can't stand debugging with printf.  Can D provide .PDB
file
> support by any chance?  We need source-level and symbolic debugging.

I've been using windbg.exe with it. It'll put out basic codeview info, which most debuggers can read.