Websites Navigation: Airbit | Shop | m-shell.net
Languages: EN | DE

Introduction

This manual describes the programming tools available in m. The tools are a collection of m modules which aid in developing m applications and module libraries.

The following tools are currently available:

  • Debugging Support (module debug) allows to load, compile and execute an m process from within another m process, set breakpoints, execute it stepwise, examine its variables, etc.
  • Generating Documentation (module mdoc) produces HTML documentation from a set of m source files, similar to javadoc or doxygen.
  • Scanning m Sources (module mscanner) tokenizes an m source, applying the same rules as the scanner used by m itself.

© 2004-2011 airbit AG, CH-8008 Zürich
Document AB-M-TOO-887
mShell Home  > Documentation  > Manuals