View Single Post
09/25/17, 08:35 AM   #1
Taonnor
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 7
Is there a way to get caller function name?

Hey everyone,

i'm looking for a simple way to get the caller name of function for a log trace method for debugging my addons.

I tried many ways and it should not possible to get the information via "debug.getinfo". The function seems to disabled in LUA/ESO context. So is there another way to get the caller informations or 'im doing something wrong?
  Reply With Quote