From ec1b0c41160ce153f3b2cd39ffeb2f4522fd1c38 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 18 Aug 2008 01:01:53 +0200 Subject: MLKReadEvalPrintLoop: Add debugging options. --- MLKReadEvalPrintLoop.m | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MLKReadEvalPrintLoop.m') diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m index 2ddc5d7..a23ba36 100644 --- a/MLKReadEvalPrintLoop.m +++ b/MLKReadEvalPrintLoop.m @@ -31,6 +31,10 @@ #import #import +#ifdef GNUSTEP +#import +#endif + #import @@ -132,7 +136,13 @@ static const char *prompt (EditLine *e) { if (strcmp (line, ":q\n") == 0 || strncmp (line, ":q ", 3) == 0) break; +#if 1 NS_DURING +#else + GSDebugAllocationActive (YES); + [NSObject enableDoubleReleaseCheck:YES]; + NSZombieEnabled = YES; +#endif { int i; @@ -150,6 +160,7 @@ static const char *prompt (EditLine *e) { printf ("%s\n", [MLKPrintToString (denullify (result)) UTF8String]); } } +#if 1 NS_HANDLER { printf ("Caught an unhandled exception.\nName: %s\nReason: %s\n", @@ -157,6 +168,7 @@ static const char *prompt (EditLine *e) { [[localException reason] UTF8String]); } NS_ENDHANDLER; +#endif LRELEASE (pool); } -- cgit v1.2.3