Skip to main content

별칭

  • debug.getinfo

인수

function | number
필수
Function or stack level number to inspect.

반환값

table
Metadata table containing func, nups, source, short_src, currentline, what, linedefined, is_vararg, numparams, name, and sizep only for direct Lua function targets.

예제

Read the metadata table for a function or stack level.