PreviousUpNext

15.4.24  src/app/debug/install-back-trace.pkg

## install-back-trace.pkg

# Compiled by:
#     src/app/debug/back-trace.lib

#   A module that causes (at link time) to have the back-trace
#   plugin installed into its core hook.

package install_back_trace {
    my _ = back_trace::install ();
};


## Copyright (c) 2004 by The Fellowship of SML/NJ
## Author: Matthias Blume (blume@tti-c.org)
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext