View Single Post
09/25/17, 02:00 PM   #6
Taonnor
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 7
All solutions does not help. I only want a debug message to chat with caller function, without anoying type the function name as string into the message. The error() function throws an assertion, wich ends into an UI error.

For example
Lua Code:
  1. function callerFunction()
  2.    trace()
  3. end
will give this message into chat -> "[time] callerFunction()"

Last edited by Taonnor : 09/25/17 at 02:03 PM.
  Reply With Quote