tcltrace::before-ns_return (private)
tcltrace::before-ns_return cmd op
Defined in packages/acs-tcl/tcl/tcltrace-procs.tcl
Execute this proc before ns_return is called. This proc saves the request in a file, which can be later used for validating the returned HTML. This works as well for admin pages, which can not be validated via web based HTML validators without giving away admin privileges.
- Parameters:
- cmd (required)
- the full command as executed by Tcl
- op (required)
- the trace operation
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.