PreviousUpNext

15.2.3  src/app/debug/back-trace.lib

# back-trace.lib
#
#   Library that (when loaded via CM.make) causes the test back-trace
#   plugin to be installed into its core hook.
#
#

# Compiled by:
#     src/lib/core/internal/interactive-system.lib



LIBRARY_EXPORTS

        pkg back_trace
        pkg install_back_trace



LIBRARY_COMPONENTS

        $ROOT/src/app/debug/plugins.lib
        install-back-trace.pkg


# 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