Index: doc/Announce2.1.0 =================================================================== diff -u -r2da5399b1b87f6f1e0942101f714330c6fd53183 -r1723e9537ea42ca3bd64e887329e236cd032b75a --- doc/Announce2.1.0 (.../Announce2.1.0) (revision 2da5399b1b87f6f1e0942101f714330c6fd53183) +++ doc/Announce2.1.0 (.../Announce2.1.0) (revision 1723e9537ea42ca3bd64e887329e236cd032b75a) @@ -52,10 +52,10 @@ and exiting the proc and method (similar to a traced proc/ method incl. a time probe; see above): - % nsf::proc -debug foo {} {;} + % nsf::proc -debug foo {} {return 123} % foo - Debug: DB call(1) - foo - Debug: DB exit(1) - foo 53 usec -> + Debug: call(1) - foo + Debug: exit(1) - ::nsf::procs::foo 72 usec -> 123 The enter and exit messages can be indirected at the script level by (re-)defining "::nsf::debug::call" and