Debug CScript Errors

Question :

My script isn't running, but I'm getting no error messages. Does TinyTERM have a script debugger?

Answer :

Yes. You can launch TinyTERM's Debug Monitor by running the executable called DBMon32.exe located in the C:\Program Files\Century\TinyTERM\dbmon32 directory. After launching the DBMon32 program, you will need to launch TinyTERM with the -debug switch. For example, you could change your shortcut target to:

"C:\Program Files\Century\TinyTERM\tt.exe" -debug -PL3 default

You can also type this in at a command prompt. The quotation marks are required. After doing this, TinyTERM will display all debug information in the Debug Monitor, including script errors.