[Kaffe] problem with stack traces
Godmar Back
gback at cs.utah.edu
Wed Feb 3 22:36:10 PST 1999
Mo, I implemented a quick version and checked it in:
It's not as pretty as Sun's which prints the basename of a SourceFile only,
but maybe we don't want that anyway cause it could be ambiguous.
- Godmar
Your example prints now this:
java.lang.Exception
at java/lang/Throwable.<init>(../../../kaffe/libraries/javalib/java/lang/Throwable.java:31)
at java/lang/Exception.<init>(../../../kaffe/libraries/javalib/java/lang/Exception.java:17)
at SomeClass.foo(ExceptionFile.java:22)
at SomeClass.run(ExceptionFile.java:15)
at java/lang/Thread.run(../../../kaffe/libraries/javalib/java/lang/Thread.java:245)
More information about the kaffe
mailing list