Ns markfordelete
Jump to navigation
Jump to search
Man page: http://aolserver.com/docs/tcl/ns_markfordelete.html
NAME
ns_markfordelete - Mark the current Tcl interp to be deleted on next cleanup
SYNOPSIS
ns_markfordelete
DESCRIPTION
This command marks the current Tcl interp to be deleted on next cleanup. This is useful when it's necessary to delete an interp after it has been modified in a way that cannot be safely cleaned up, such as by the TclPro debugger.
SEE ALSO
-