debug { CreateTrace(); ]

Jarrett Billingsley kb3ctd2 at yahoo.com
Sun Dec 23 09:33:31 PST 2007


"BLS" <nanali at nospam-wanadoo.fr> wrote in message 
news:fkm3i6$2emm$1 at digitalmars.com...
> Hi, a silly noob question...
> may I use :
>
> debug
> {
>   CreateTrace();
> }
>
> to replace
> #ifdef _DEBUG
>   CreateTrace();
> #endif

That's what it's there for. 




More information about the Digitalmars-d-learn mailing list