Is there a function that can output debug messages?

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?

Comments

  • 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.
  • None of those are what I'm talking about. Are you familiar with the C++ function OutputDebugString() or similar ones?
  • No, there isn't.
    You'll have to output to a file via FileObject, or parse Console.log
Sign In or Register to comment.