Search Results

1
vote

Would it be useful to add extra info to stack traces?

Tempting, but I don't think this feature warrants a new keyword in Java (and that much more complexity in the language). I've found the use of Throwable.printStackTrace has usually been p …