Copyright © 1995 Robert M. Free - publishing rights reserved
MUTT(tm) and MUTTER(tm) are trademarks of Robert M. Free
This document may be freely copied and distributed, provided that:
this copyright notice is included, the entire body of text is included, and
the textual content of this document is unchanged.
For written permission to use portions of this document in other
publications, send email to bfree@graphcomp.com.
Debugging Scripts
Debugging scripts live on a mud can be difficult, and ocasionally
embarassing. Here are some methods that you can use to debug your
scripts off-line.
Disabling MUTT(tm)'s Connection Engine
Running MUTT(tm) with a "/d" command line option will disable connection.
Scripts will run and you can interactively test commands, functions and
variables - without actually connecting to a MUD.
Using an Echo Server
Many unix-based internet hosts support an echo server at port 7.
Connect to an available echo server, and whatever non-command you type will
appear in the display window. You can also use this to test triggers.
Debugging Variables
You can display the value of a variable via the "note" command.
Here's a commandline example: ";note object" will display the current
value of "object" in your display window.
MUTT Bug Report
For more information on MUTT(tm), email mutt@graphcomp.com.