** Summary ** '''[http://web.archive.org/web/20070812233925/http://www.osn.de/user/finzel/html/sgxTools.html%|%SoftGuard]''' is a set of tools to profile, debug, and trace Tcl code ** Attributes ** website: https://chiselapp.com/user/pooryorick/repository/SoftGuard/wiki website (original): http://web.archive.org/web/20070812233925/http://www.osn.de/user/finzel/html/sgxTools.html%|%SoftGuard ** Download ** [ftp://ftp.tcl.tk/pub/tcl/all/s/softguard/2.1/sgxTools-2.1.tgz%|%sgxTools-2.1.tgz] ([http://web.archive.org/web/20070812233925/http://www.osn.de/user/finzel/pub/sgxTools-2.1.tgz%|%alternate]): ** Resources ** [https://chiselapp.com/user/pooryorick/repository/SoftGuard%|%repository]: ** Description ** SoftGuard is derived from [tcllib]'s [profiler] module. Minor changes have been made to make it usable for older Tcl versions (>= 8.0) and print out never used procedures. There are at least 4 modules in this package: sgxCT: will print the trace of selected procedures and give you basic usage statistics. sgxDbg: package containing useful procedures to debug. sgxRSM: a package to create basic source metrics to check code quality. sgxTVC: a package to check declaration and usage of variables. <> Dev. Tools | Debugging