lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all.

I use a function as __index in a metatable.
When debugging my source in ZBS and stepping into a objects method, i end up first in this __index-function, which makes debugging more difficult and time consuming.

Question: Is there any trick to ignore/jump over this function?

tia.
Ulrich.