? Command / Alert Redirect


EOlsen

Recommended Posts

I've been using a lot of ? commands to see what is going on especially when an error occurs. In part I'm doing this because the system generated error messages are often don't provide as much information as I'd like to see like the name of the file that failed to open.

 

Soon will move the system to a live installation, and would like to know about errors that are still occurring. Is there an easy way to redirect the output of all those "?" commands to a file?

Link to comment
Share on other sites

The best thing to do is create your own function for debugging, that takes a string and does ? on it and in the live installation, logs it to file.  The easiest way to log it is to simply create a Test String channel and set that equal to the message each time, then log that channel.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.