Project

General

Profile

Debug » History » Version 2

Per Amundsen, 01/22/2015 01:31 AM

1 1 Per Amundsen
_Added in 1.5_
2
3 2 Per Amundsen
*/debug [-ceinpt] [N] [on | off | @window | filename] [identifier]*
4 1 Per Amundsen
5 2 Per Amundsen
Outputs raw server messages, both incoming and outgoing, to a debug.log file, or a custom @window.
6 1 Per Amundsen
7 2 Per Amundsen
If a custom window is defined, and it doesn't exist, a window will be created.
8
9
*Switches*
10
11
-c - Closes the associated custom window. (used with off)
12
-e - Adds extended debug information.
13
-i - Calls the specified identifier before a debug line is logged. The return value of the identifier is used as the debug line.
14
-n - Minimizes the custom window, if a new one is created.
15
-p - TODO
16
-t - Adds timestamp to the debug line.