문제

How to find out which Lua function called my C++ function, if C++ function exported in scripts by luabind, using callstack in MVS?

도움이 되었습니까?

해결책

You can use the functions lua_getstack and lua_getinfo to retrieve various useful debug information including the callstack.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top