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" <[EMAIL PROTECTED]>
To: "GNUstep Discussion" <[email protected]>
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?



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to