Does T2 have a function that outputs debug messages that can be picked up by a program like DBWin32, or am I gonna have to just resort to export() and deal with accumulating a big log file?
Can you be more specific? There are multiple functions to output text to the console, a function to output the console to the file, and a heavily verbose function to show all the functions being called in the console.
Comments
You'll have to output to a file via FileObject, or parse Console.log