OpenVMS debugger (comes with VMS; command line and DECwindows interface) Tips and tricks are in the section “How do I…debug an application?”
• Module Management System (MMS) This is a cousin of what is called make under Unix. Some caveats apply, though (some of them are described in the section “Converting a Unix Makefile to a DESCRIP.MMS”) Free alternatives: • MadGoat Make Utility (MMK; an MMS clone, available e.g. from www.madgoat.com) • GNU make • Code Management System (CMS) Free Alternatives: • Resource Control System (RCS) • Performance and Coverage Analyzer (PCA) A profiler tool • Source Code Analyzer (SCA) A cross-reference tool, best used with LSE • Language Sensitive Editor (LSE) Built on top of TPU/EVE Free Alternatives: • GNU Emacs • Test Manager • DECset (nee VAXset) This consists of MMS, CMS, PCA, SCA, LSE, and Test Manager. • GNU diff and patch (available e.g.