[DGD] About runtime errors

Stephen Schmidt schmidsj at union.edu
Wed Jan 7 01:40:29 CET 2004


On Tue, 6 Jan 2004, Robert Forshaw wrote:
> Could someone explain to me what a 'full stack trace' is exactly?  :)

A full stack trace does pretty much what your code does, except
it works recursively throgh the entire call history, instead
of just printing the last function call. It lets you see
exactly what happened all the way from when the thread was
initiated to the error.

Steve

_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list