Message-ID: <3AFBDE7E.AC423E69@csi.com>
Date: Fri, 11 May 2001 08:43:42 -0400
From: John Colagioia <JColagioia@csi.com>
Organization: No Conspiracy Here...
X-Mailer: Mozilla 4.77 [en] (Win98; U)
X-Accept-Language: en,fr,ru,es,it,ga,de,ja,gd,eu
MIME-Version: 1.0
Newsgroups: rec.arts.int-fiction
Subject: Re: Disabling DEBUG mode
References: <B720BC00.4BAB%amerenbach@mac.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
NNTP-Posting-Host: 208.34.37.104
X-Original-NNTP-Posting-Host: 208.34.37.104
X-Trace: excalibur.gbmtech.net 989585127 208.34.37.104 (11 May 2001 08:45:27 EST)
Lines: 16
X-Authenticated-User: jnc
X-Original-NNTP-Posting-Host: 127.0.0.1
Path: news.duke.edu!newsgate.duke.edu!nntp-out.monmouth.com!newspeer.monmouth.com!newsfeeds.belnet.be!news.belnet.be!newsfeed1.news.nl.uu.net!sun4nl!ams.uu.net!nyc.uu.net!excalibur.gbmtech.net
Xref: news.duke.edu rec.arts.int-fiction:86688

Since nobody else seems to have taken this one yet, I actually have a chance to
be productive around here!

Andrew Merenbach wrote:

> How do I disable DEBUG mode?  Are the rumors of an error with no_debug mode
> true?

Magic command-line switches.  "Magic," because "strict mode" encompasses DEBUG
mode.  -~S on the command line should do it.

Note that this also turns of "strict mode" (uhm...hopefully obviously) which
means you lose the various warnings and "safety nets" if your code does
anything "horribly wrong," like scooting past the end of an array.


