discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep stack trace & gnustep-base.dll path


From: Lloyd Dupont
Subject: Re: GNUstep stack trace & gnustep-base.dll path
Date: Thu, 4 May 2006 16:59:00 +1000

Hahum...
there was still a bug, I forget the % in '%d'
that gives:
- (NSString *) description
{
return [NSString stringWithFormat:@"%p %@  %@:%d",
 _address,
 _functionName,
 _fileName,
 _lineNo];
}

----- Original Message ----- From: "Lloyd Dupont" <lloyd@nova-mind.com>
To: "GNUstep Discussion" <discuss-gnustep@gnu.org>
Sent: Thursday, May 04, 2006 4:57 PM
Subject: GNUstep stack trace & gnustep-base.dll path


I confused myself.
There was a bug.
Here is the corrected version which read both current process and
gnustep-base.dll symbols.
And display your stack trace.


Problem is I would like to replace 'gnustep-base.dll' by a more
multiplatform constant / invocation.
One that could read 'gnustep-base.dll' on windows and 'gnustep-base.dylib'
on MacOSX for example...

Any tips?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]